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 7e3f642 commit 28f28bbCopy full SHA for 28f28bb
.github/workflows/release.yml
@@ -42,8 +42,7 @@ jobs:
42
43
test_saving_built:
44
runs-on: ubuntu-latest
45
- needs:
46
- - build_and_push
+ needs: build
47
48
steps:
49
- uses: actions/checkout@v2
@@ -70,8 +69,7 @@ jobs:
70
69
71
test_restoring_built:
72
73
74
- - test_saving_built
+ needs: test_saving_built
75
76
77
@@ -122,8 +120,7 @@ jobs:
122
120
123
121
test_saving_pulled:
124
125
126
127
128
129
- name: Extract
@@ -147,8 +144,7 @@ jobs:
147
144
148
145
test_restoring_pulled:
149
146
150
151
- - test_saving_pulled
+ needs: test_saving_pulled
152
153
154
0 commit comments