Skip to content

Commit

Permalink
Don't try to build for dependabot (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism authored Jan 15, 2025
1 parent ce63ab2 commit 8f90193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
if: github.triggering_actor != 'dependabot[bot]'

outputs:
build_tag: ${{ steps.vars.outputs.build_tag }}
Expand Down

0 comments on commit 8f90193

Please sign in to comment.