From f41e4f1ff09c4937794705d8ebed44da9401a344 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 22 Mar 2024 13:09:22 -0700 Subject: [PATCH] Skip releaser unless it's a tag, so dependabot MRs don't fail --- .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"