We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44319ea commit 3ad1e26Copy full SHA for 3ad1e26
.gitlab/ci/main.yml
@@ -59,6 +59,8 @@ Code Climate:
59
codequality: gl-code-quality-report.json
60
61
.standard-platform-test:
62
+ rules:
63
+ - if: $CI_PIPELINE_SOURCE == "push"
64
stage: Platform Tests
65
trigger:
66
strategy: depend
.gitlab/ci/platform-test.yml
@@ -15,9 +15,3 @@ stages:
15
script:
16
- swift build --build-tests --enable-test-discovery --sanitize=thread -v
17
- swift test --skip-build
18
- only:
19
- - branches
20
- - tags
21
- except:
22
- - schedules
23
-
0 commit comments