Skip to content

Commit e9c7812

Browse files
authored
Fix: Update pipeline file to package-china-gamma before load-china-gamma-matrix2 (#270)
1 parent cc19cc3 commit e9c7812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ jobs:
782782
783783
load-china-gamma-matrix2:
784784
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
785-
needs: [ e2e-test ]
785+
needs: [ e2e-test, package-china-gamma]
786786
runs-on: ubuntu-20.04
787787
outputs:
788788
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -850,7 +850,7 @@ jobs:
850850
851851
load-china-prod-matrix2:
852852
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
853-
needs: [ e2e-test, package-china-prod]
853+
needs: [ deploy-china-gamma, package-china-prod]
854854
runs-on: ubuntu-20.04
855855
outputs:
856856
matrix: ${{ steps.set-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)