Skip to content

Commit 2d06026

Browse files
authored
Update mock.yml
1 parent 29b8e54 commit 2d06026

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/mock.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
steps:
1717
- run: echo c
1818
foo:
19-
needs: [test, build]
19+
needs: [bar, test, build]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- run: echo d
23+
bar:
24+
needs: setup
25+
runs-on: ubuntu-latest
26+
steps:
27+
- run: echo a

0 commit comments

Comments
 (0)