Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 3bed8c5

Browse files
committed
debugging workflow rules
1 parent d70d1b2 commit 3bed8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab-ci/aws/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
workflow:
22
rules:
3-
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
4-
when: always
3+
# - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
4+
# when: always
55
- if: '$CI_COMMIT_BRANCH == "master"'
66
when: always
77

0 commit comments

Comments
 (0)