Skip to content

Commit 4e641ff

Browse files
ogoffartLeonMatthes
authored andcommitted
CI: Add a job at the end of CI so we can merge the PR
We need a job to match on success to we can match that in the GutHub interface to enable the auto-merge
1 parent d9b434c commit 4e641ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/autofix.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ jobs:
6868
CLOUDFLARE_API_TOKEN_2: ${{ secrets.CLOUDFLARE_API_TOKEN_2 }}
6969
CLOUDFLARE_ACCOUNT_ID_2: ${{ secrets.CLOUDFLARE_ACCOUNT_ID_2 }}
7070
READ_WRITE_PRIVATE_KEY: ${{ secrets.READ_WRITE_PRIVATE_KEY }}
71+
72+
done:
73+
needs: [ci]
74+
name: done
75+
runs-on: ubuntu-latest
76+
steps:
77+
- run: echo "All checks passed."

0 commit comments

Comments
 (0)