From 6b3e314ddf2299a58da7cfeea7e8d14ccc1536c8 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 22 Mar 2024 14:23:24 -0700 Subject: [PATCH] Skip releaser unless it's a tag, so dependabot PRs don't fail (#51) other wise one gets failures like https://github.com/fortio/dnsping/actions/runs/8395565575/job/22995098122 and #53 --- .github/workflows/include.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index a606568..3a1898c 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -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"