Skip to content

Commit 34511a0

Browse files
authored
Don't build if dependabot (#1145)
1 parent dfefd72 commit 34511a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
if: github.triggering_actor != 'dependabot[bot]'
1718

1819
outputs:
1920
build_tag: ${{ steps.vars.outputs.build_tag }}

0 commit comments

Comments
 (0)