From 3f854141b78e3b28928fd574af1a203087da61da Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:16:56 +0100 Subject: [PATCH] disable v4 build tag protection --- .github/workflows/publish-worker-re2.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-worker-re2.yml b/.github/workflows/publish-worker-re2.yml index 1f2b316afe..258af99bb7 100644 --- a/.github/workflows/publish-worker-re2.yml +++ b/.github/workflows/publish-worker-re2.yml @@ -18,16 +18,16 @@ permissions: contents: read jobs: - check-branch: - runs-on: ubuntu-latest - steps: - - name: Fail if re2-prod-* is pushed from a non-main branch - if: startsWith(github.ref_name, 're2-prod-') && github.base_ref != 'main' - run: | - echo "🚫 re2-prod-* tags can only be pushed from the main branch." - exit 1 + # check-branch: + # runs-on: ubuntu-latest + # steps: + # - name: Fail if re2-prod-* is pushed from a non-main branch + # if: startsWith(github.ref_name, 're2-prod-') && github.base_ref != 'main' + # run: | + # echo "🚫 re2-prod-* tags can only be pushed from the main branch." + # exit 1 build: - needs: check-branch + # needs: check-branch strategy: matrix: package: [supervisor]