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 9bf6d10 commit 86056ecCopy full SHA for 86056ec
.gitlab-ci.yml
@@ -53,6 +53,8 @@ build:intel:
53
- examples
54
- install_test
55
expire_in: 1 week
56
+ only:
57
+ - external_pull_requests
58
59
build:gnu:
60
stage: build
@@ -74,6 +76,8 @@ build:gnu:
74
76
75
77
78
79
80
81
82
test:intel:
83
stage: test
@@ -101,6 +105,8 @@ test:intel:
101
105
artifacts:
102
106
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
103
107
108
109
104
110
111
test:gnu:
112
@@ -128,4 +134,5 @@ test:gnu:
128
134
129
135
130
136
131
-
137
138
0 commit comments