From cf92bb36b55947dcd5731811bb5181c6abcb425d Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:15:56 -0600 Subject: [PATCH] CI: skip bump-alpine unless it is a real release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d76660a058..e07ce307ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -280,6 +280,7 @@ jobs: container: ghcr.io/jdx/rtx:alpine timeout-minutes: 30 needs: [e2e-linux] + if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Checkout repository uses: actions/checkout@v4