We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a880f commit fa0e2bfCopy full SHA for fa0e2bf
1 file changed
.github/workflows/publish-worker-re2.yml
@@ -18,16 +18,16 @@ permissions:
18
contents: read
19
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
+ # 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
29
build:
30
- needs: check-branch
+ # needs: check-branch
31
strategy:
32
matrix:
33
package: [supervisor]
0 commit comments