ci: debug publish-canary job
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -525,6 +525,7 @@ jobs:
|
|||||||
publish-canary:
|
publish-canary:
|
||||||
name: Publish Canary
|
name: Publish Canary
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ needs.all-green.result == 'success' && github.ref_name == 'beta' }}
|
||||||
needs:
|
needs:
|
||||||
- all-green
|
- all-green
|
||||||
|
|
||||||
@@ -533,4 +534,3 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
echo github.ref: ${{ github.ref }}
|
echo github.ref: ${{ github.ref }}
|
||||||
echo isBeta: ${{ github.ref == 'refs/heads/beta' }}
|
echo isBeta: ${{ github.ref == 'refs/heads/beta' }}
|
||||||
echo isMain: ${{ github.ref == 'refs/heads/main' }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user