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 1c912f5 commit 4294b68Copy full SHA for 4294b68
.github/workflows/pipeline.yaml
@@ -849,15 +849,15 @@ jobs:
849
850
851
load-china-prod-matrix2:
852
- if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
+ if: ${{ github.event_name == 'release' }}
853
needs: [ deploy-china-gamma, package-china-prod]
854
runs-on: ubuntu-20.04
855
outputs:
856
matrix: ${{ steps.set-matrix.outputs.matrix }}
857
steps:
858
- uses: actions/checkout@v3
859
- id: set-matrix
860
- run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/china.json)}" >> $GITHUB_OUTPUT
+ run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-prod.json)}" >> $GITHUB_OUTPUT
861
862
deploy-china-prod:
863
if: ${{ github.event_name == 'release' }}
0 commit comments