Skip to content
Snippets Groups Projects
Commit 88336521 authored by Arkerthan's avatar Arkerthan
Browse files

Only run pipelines in the main repo

parent 45ad89a9
No related branches found
No related tags found
1 merge request!9118Only run pipelines in the main repo
workflow:
rules:
# only run when on the main repo
- if: '$CI_PROJECT_ID == "3528"'
when: always
.official-releases:
rules:
- if: $CI_COMMIT_TAG =~ /\A\d+\.\d+\.\d+\z/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment