Skip to content

Commit

Permalink
fix for dependabot/PRs not needing releaser stage (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Mar 22, 2024
1 parent b56833e commit ca18e63
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 @@ -17,6 +17,7 @@ jobs:
call-codeql:
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
call-releaser:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: fortio/workflows/.github/workflows/releaser.yml@main
with:
description: "Fortio log JSON to (colorized) text converter"
Expand Down

0 comments on commit ca18e63

Please sign in to comment.