mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08: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,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 New Issue
Block a user