Skip to content

Commit af79f53

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/fairies
2 parents 8b25ac3 + 037dcfd commit af79f53

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)