mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Prevent forks of release branches from triggering CI/CD when pushed. All work in forks should be done in a non-release branch
This commit is contained in:
parent
41f38c5e99
commit
fc632fa7aa
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
workflow:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_REF_NAME == "OPENLDAP_REL_ENG_2_4" && $CI_PROJECT_NAMESPACE != "openldap"'
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue