We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 777d679 + 4637f42 commit eaee91bCopy full SHA for eaee91b
1 file changed
.github/workflows/cloudflare-deploy.yml
@@ -15,8 +15,8 @@ jobs:
15
cloudflare-pages:
16
# This name appears in GitHub's Checks API.
17
name: cloudflare-deploy
18
- # Do not trigger job for dependency update bot.
19
- if: github.actor != 'renovate[bot]'
+ # Do not trigger job for dependency update bots.
+ if: github.actor != 'renovate[bot]' && github.actor != 'dependabot[bot]'
20
runs-on: ubuntu-latest
21
permissions:
22
contents: read
0 commit comments