Skip to content

Commit

Permalink
Skip releaser unless it's a tag, so dependabot PRs don't fail (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Mar 22, 2024
1 parent 4ee64b5 commit 6b3e314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
contents: read
security-events: write
call-releaser:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: fortio/workflows/.github/workflows/releaser.yml@main
with:
description: "Proxy for applications aiming to dispatch messages to Slack nicely"
Expand Down

0 comments on commit 6b3e314

Please sign in to comment.