Skip to content

Commit 0755165

Browse files
authored
Merge pull request #8702 from hppritcha/topic/adjust_darwin_gitlab
lanl-ci: remove scheduled pipelines restriction
2 parents 95204da + 79844c2 commit 0755165

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ build:intel:
2727
- examples
2828
- install_test
2929
expire_in: 1 week
30-
only:
31-
- scheduled
3230

3331
build:gnu:
3432
stage: build
@@ -50,8 +48,6 @@ build:gnu:
5048
- examples
5149
- install_test
5250
expire_in: 1 week
53-
only:
54-
- scheduled
5551

5652
test:intel:
5753
stage: test
@@ -79,8 +75,6 @@ test:intel:
7975
artifacts:
8076
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
8177
expire_in: 1 week
82-
only:
83-
- scheduled
8478

8579
test:gnu:
8680
stage: test
@@ -108,5 +102,3 @@ test:gnu:
108102
artifacts:
109103
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
110104
expire_in: 1 week
111-
only:
112-
- scheduled

0 commit comments

Comments
 (0)