We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd132a commit 1c912f5Copy full SHA for 1c912f5
.github/workflows/pipeline.yaml
@@ -792,7 +792,7 @@ jobs:
792
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-gamma.json)}" >> $GITHUB_OUTPUT
793
794
deploy-china-gamma:
795
- if: ${{ github.event_name == 'release' }}
+ if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
796
needs: [load-china-gamma-matrix2]
797
runs-on: ubuntu-20.04
798
environment: prod
0 commit comments