There was an error while loading. Please reload this page.
1 parent 0ac5e83 commit d12c4a3Copy full SHA for d12c4a3
1 file changed
.gitlab/workflows/tests.yml
@@ -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
+
7
lint:
8
extends:
9
- .node-template
@@ -35,9 +41,3 @@ e2e:
35
41
paths:
36
42
- playwright-report/
37
43
expire_in: 30 days
38
-
39
-.rules:
40
- rules:
- - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- - if: $CI_COMMIT_TAG
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0 commit comments