Skip to content

Commit e02d7d5

Browse files
authored
fu: run build-snap job only if base build job succeeds
1 parent 96c9bd1 commit e02d7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
5858
build-snap:
5959
runs-on: ${{ matrix.os }}
60+
needs: ['build']
6061

6162
strategy:
6263
matrix:

0 commit comments

Comments
 (0)