Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7ca5e87

Browse files
authored
add rule to the ci job (#11511)
1 parent a001cbb commit 7ca5e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/gitlab/pipeline/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ check-dependent-polkadot:
3131
COMPANION_OVERRIDES: |
3232
substrate: polkadot-v*
3333
polkadot: release-v*
34+
rules:
35+
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs
3436

3537
# TODO: Re-enable after https://github.com/paritytech/pipeline-scripts/issues/44
3638
#check-dependent-cumulus:

0 commit comments

Comments
 (0)