We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f1a22 commit ea8b9a7Copy full SHA for ea8b9a7
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
preflight:
40
# Only run preflight on master pushes, scheduled runs, or pull requests
41
- if: ${{ github.event_name == 'schedule' || github.ref == 'refs/heads/master' || github.event_name == 'pull_request' }}
+ if: ${{ (github.event_name == 'schedule' || github.ref == 'refs/heads/master' || github.event_name == 'pull_request') && github.actor != 'dependabot[bot]' }}
42
needs: test_build
43
uses: ./.github/workflows/preflight.yml
44
secrets: inherit
0 commit comments