CI: schedule builds no manual in MR

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2021-12-09 16:50:58 -05:00
parent 579120a1b3
commit 51f035fe0c
2 changed files with 1 additions and 5 deletions

@ -120,14 +120,10 @@
.run_scheduled: &run_scheduled
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: manual
- if: '$CI_PROJECT_PATH == "vtk/vtk-m" && $CI_COMMIT_TAG'
when: on_success
- if: '$CI_PROJECT_PATH == "vtk/vtk-m" && $CI_PIPELINE_SOURCE == "schedule"'
when: on_success
- if: '$CI_PROJECT_PATH == "vtk/vtk-m"'
when: manual
- when: never
.run_master: &run_master

@ -86,7 +86,7 @@ test:ubuntu2004_hip_kokkos:
extends:
- .ubuntu2004_hip_kokkos
- .cmake_test_linux
- .run_automatically
- .run_scheduled
variables:
CTEST_TIMEOUT: "30"
dependencies: