mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +02:00
Tools: Trying to fix automerge action
This commit is contained in:
parent
43fb20bd79
commit
fb09870d21
9
.github/workflows/automerge.yml
vendored
9
.github/workflows/automerge.yml
vendored
@ -6,14 +6,13 @@ jobs:
|
||||
|
||||
# This job will make the action fail if any of the checks hasn't passed
|
||||
# https://github.com/marketplace/actions/allcheckspassed
|
||||
allchecks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wechuli/allcheckspassed@v1
|
||||
# allchecks:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: wechuli/allcheckspassed@v1
|
||||
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
needs: allchecks
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user