Skip to content

Commit

Permalink
Update rule for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Sep 26, 2024
1 parent c2949b6 commit 70611b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ regtest_dane_gcc_12_1_1:
MPIEXEC_PREFLAGS: "--cpu-bind=cores -v"
stage: allocate
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
when: manual
- if: $CI_PIPELINE_SOURCE == "push"
when: never
#- if: $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
# when: manual
- when: manual
- allow_failure: true
tags:
- batch
extends: .on_dane
Expand Down

0 comments on commit 70611b7

Please sign in to comment.