ci: don't run on branch containing stable or develop
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2452>
This commit is contained in:
parent
8fb60c9203
commit
85f02917f3
2 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ workflow:
|
||||||
- if: >
|
- if: >
|
||||||
$CI_PROJECT_NAMESPACE == "funkwhale" &&
|
$CI_PROJECT_NAMESPACE == "funkwhale" &&
|
||||||
(
|
(
|
||||||
$CI_COMMIT_BRANCH =~ /(stable|develop)/ ||
|
$CI_COMMIT_BRANCH =~ /^(stable|develop)$/ ||
|
||||||
$CI_COMMIT_TAG
|
$CI_COMMIT_TAG
|
||||||
)
|
)
|
||||||
# Run for merge requests from any repo or branches
|
# Run for merge requests from any repo or branches
|
||||||
|
|
|
||||||
1
changes/changelog.d/ci-fix-workflow-branch-regex.misc
Normal file
1
changes/changelog.d/ci-fix-workflow-branch-regex.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Don't run CI on branch containing stable or develop
|
||||||
Loading…
Add table
Add a link
Reference in a new issue