We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfefd72 commit 34511a0Copy full SHA for 34511a0
.github/workflows/deploy.yml
@@ -14,6 +14,7 @@ concurrency:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ if: github.triggering_actor != 'dependabot[bot]'
18
19
outputs:
20
build_tag: ${{ steps.vars.outputs.build_tag }}
0 commit comments