Skip to content

Commit f8f09b0

Browse files
authored
oops (#6185)
1 parent 94543e3 commit f8f09b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ agent-bundle-windows:
435435
- dist/agent-bundle_windows_amd64.zip
436436
.ta-trigger:
437437
rules:
438-
- <<*main-condition
439-
- <<*release-condition
440-
- <<*no-schedules-condition
438+
- <<: *main-condition
439+
- <<: *release-condition
440+
- <<: *no-schedules-condition
441441
- if: $CI_COMMIT_BRANCH != "main" && $CI_COMMIT_TAG == null && $CI_COMMIT_REF_PROTECTED == 'true'
442442
when: manual
443443
.auth-setup:

0 commit comments

Comments
 (0)