Skip to content

Commit 2332ef1

Browse files
committed
Wait for amd64 job succeds to run other jobs.
1 parent be60a91 commit 2332ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: go test -v -count=1 ./...
4040
exotic_job:
4141
name: Go-${{matrix.CFG[2]}}/${{matrix.CFG[0]}}
42+
needs: [ amd64_job ]
4243
runs-on: ubuntu-20.04
4344
strategy:
4445
matrix:
@@ -77,6 +78,7 @@ jobs:
7778
file: ./coverage.txt
7879
osCompat:
7980
runs-on: ${{ matrix.os }}
81+
needs: [ amd64_job ]
8082
name: Running on ${{ matrix.os }}
8183
strategy:
8284
matrix:

0 commit comments

Comments
 (0)