Skip to content

Commit fa0e2bf

Browse files
authored
Fix v4 build workflow (#1894)
1 parent 56a880f commit fa0e2bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-worker-re2.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ permissions:
1818
contents: read
1919

2020
jobs:
21-
check-branch:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- name: Fail if re2-prod-* is pushed from a non-main branch
25-
if: startsWith(github.ref_name, 're2-prod-') && github.base_ref != 'main'
26-
run: |
27-
echo "🚫 re2-prod-* tags can only be pushed from the main branch."
28-
exit 1
21+
# check-branch:
22+
# runs-on: ubuntu-latest
23+
# steps:
24+
# - name: Fail if re2-prod-* is pushed from a non-main branch
25+
# if: startsWith(github.ref_name, 're2-prod-') && github.base_ref != 'main'
26+
# run: |
27+
# echo "🚫 re2-prod-* tags can only be pushed from the main branch."
28+
# exit 1
2929
build:
30-
needs: check-branch
30+
# needs: check-branch
3131
strategy:
3232
matrix:
3333
package: [supervisor]

0 commit comments

Comments
 (0)