We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b25ac3 + 037dcfd commit af79f53Copy full SHA for af79f53
1 file changed
.github/workflows/ci3.yml
@@ -196,10 +196,11 @@ jobs:
196
matrix:
197
test_set: ["1", "2"]
198
# 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]
+ needs: [ci, validate-nightly-tag, ci-release-publish]
200
if: |
201
always()
202
&& (needs.ci.result == 'success' || needs.ci.result == 'skipped')
203
+ && (needs.ci-release-publish.result == 'success' || needs.ci-release-publish.result == 'skipped')
204
&& github.event.pull_request.head.repo.fork != true
205
&& github.event.pull_request.draft == false
206
&& (
0 commit comments