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

Make check-dependent-* only be executed in PRs #4588

Merged
merged 1 commit into from
Dec 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ default:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
- if: $CI_COMMIT_REF_NAME == "rococo-v1"

.rules-test-pr: &rules-test-pr
rules:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs

#### Vault secrets
.vault-secrets: &vault-secrets
secrets:
Expand Down Expand Up @@ -291,6 +295,7 @@ build-malus:
.check-dependent-project: &check-dependent-project
stage: build
<<: *docker-env
<<: *rules-test-pr
<<: *vault-secrets
script:
- git clone
Expand Down