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 cc19cc3 commit e9c7812Copy full SHA for e9c7812
.github/workflows/pipeline.yaml
@@ -782,7 +782,7 @@ jobs:
782
783
load-china-gamma-matrix2:
784
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
785
- needs: [ e2e-test ]
+ needs: [ e2e-test, package-china-gamma]
786
runs-on: ubuntu-20.04
787
outputs:
788
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -850,7 +850,7 @@ jobs:
850
851
load-china-prod-matrix2:
852
853
- needs: [ e2e-test, package-china-prod]
+ needs: [ deploy-china-gamma, package-china-prod]
854
855
856
0 commit comments