Skip to content

Commit 2519265

Browse files
committed
Merge branch 'ci_avoid_sync' into 'main'
fix: ci avoid sync See merge request ecommerce_modules/cms/wordpress/wordpress!73
2 parents 97fdb10 + 20c8173 commit 2519265

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ github:
124124
tags:
125125
- docker
126126
rules:
127-
- if: $CI_COMMIT_REF_PROTECTED == "true"
127+
- if: $CI_COMMIT_REF_PROTECTED != "true"
128+
when: never
129+
- if: $CI_COMMIT_TAG
130+
when: never
131+
- when: always
128132
before_script:
129133
- git config checkout.defaultRemote origin
130134
- git remote add -f github "https://${GITHUB_AUTH_USERNAME}:${GITHUB_AUTH_TOKEN}@${GITHUB_REPO}" || true

0 commit comments

Comments
 (0)