From ca18e63bf51e4ce5148041155d1a4bf709bce8e5 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 22 Mar 2024 13:23:50 -0700 Subject: [PATCH] fix for dependabot/PRs not needing releaser stage (#46) --- .github/workflows/include.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 4e3ff31..ae080a7 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -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"