File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ permissions:
1818 contents : read
1919
2020jobs :
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]
You can’t perform that action at this time.
0 commit comments