mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 16:31:03 +00:00
check-dependent-cumulus should only be executed for PRs (#11693)
the script executed by check-dependent-cumulus only works for PRs, as shown in https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/1630771#L87, which comes from https://github.com/paritytech/pipeline-scripts/blob/3ad10ddc0d985ef5326974a1143229c6429befab/check_dependent_project.sh#L443
This commit is contained in:
committed by
GitHub
parent
94976af3d5
commit
94a7e278fa
@@ -42,6 +42,8 @@ check-dependent-cumulus:
|
|||||||
COMPANION_OVERRIDES: |
|
COMPANION_OVERRIDES: |
|
||||||
substrate: polkadot-v*
|
substrate: polkadot-v*
|
||||||
polkadot: release-v*
|
polkadot: release-v*
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs
|
||||||
|
|
||||||
build-linux-substrate:
|
build-linux-substrate:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user