Skip to content

Commit 8e207d4

Browse files
committed
UGLYCOMMITTOMAKERUN
1 parent f858f65 commit 8e207d4

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ workflow:
1313
# Similar to "MergeRequest-Pipelines" default template.
1414
# Adds extra "EXTERNAL_PULL_REQUEST_IID"
1515
# see: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
16-
rules:
17-
- if: $CI_MERGE_REQUEST_IID
18-
- if: $CI_EXTERNAL_PULL_REQUEST_IID
19-
- if: $CI_COMMIT_TAG
20-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
16+
# rules:
17+
# - if: $CI_MERGE_REQUEST_IID
18+
# - if: $CI_EXTERNAL_PULL_REQUEST_IID
19+
# - if: $CI_COMMIT_TAG
20+
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
21+
default:
22+
tags:
23+
~
2124

2225
stages:
2326
- test

0 commit comments

Comments
 (0)