File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ permissions:
18
18
contents : read
19
19
20
20
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
29
29
build :
30
- needs : check-branch
30
+ # needs: check-branch
31
31
strategy :
32
32
matrix :
33
33
package : [supervisor]
You can’t perform that action at this time.
0 commit comments