Skip to content

Commit 8731809

Browse files
GitLab CI: do not trigger plugin on publish branch.
1 parent 96e3992 commit 8731809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ trigger-plugin:
152152
stage: triggers
153153
except:
154154
- schedules # Do not trigger when run on schedule, e.g. integ tests have own schedule.
155+
- publish
155156
inherit:
156157
variables: false
157158
allow_failure: true # Branch might not exist, yet, in plugin project.

0 commit comments

Comments
 (0)