Skip to content

Commit b9d36d8

Browse files
AztecBotalexghr
authored andcommitted
fix(ci): wait for ci-release-publish before ci-network-scenario
1 parent b0185eb commit b9d36d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,11 @@ jobs:
196196
matrix:
197197
test_set: ["1", "2"]
198198
# We run on current nightly tags only, or when the ci-network-scenario label is present in a PR.
199-
needs: [ci, validate-nightly-tag]
199+
needs: [ci, validate-nightly-tag, ci-release-publish]
200200
if: |
201201
always()
202202
&& (needs.ci.result == 'success' || needs.ci.result == 'skipped')
203+
&& (needs.ci-release-publish.result == 'success' || needs.ci-release-publish.result == 'skipped')
203204
&& github.event.pull_request.head.repo.fork != true
204205
&& github.event.pull_request.draft == false
205206
&& (

0 commit comments

Comments
 (0)