Skip to content

Commit d12c4a3

Browse files
committed
move rules template to top
1 parent 0ac5e83 commit d12c4a3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.gitlab/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.rules:
2+
rules:
3+
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
4+
- if: $CI_COMMIT_TAG
5+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
6+
17
lint:
28
extends:
39
- .node-template
@@ -35,9 +41,3 @@ e2e:
3541
paths:
3642
- playwright-report/
3743
expire_in: 30 days
38-
39-
.rules:
40-
rules:
41-
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
42-
- if: $CI_COMMIT_TAG
43-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

0 commit comments

Comments
 (0)