Skip to content

Commit

Permalink
Update source events
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Sep 19, 2024
1 parent 5f04399 commit e0961b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workflow:
# skip running branch pipelines if a MR is open for the branch
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
when: never
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'external_pull_request_event'
- if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/runners/dane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH == $DEFAULT_BRANCH
- if: '$CI_JOB_NAME =~ /release_resources_dane/'
when: always
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/runners/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH == $DEFAULT_BRANCH
- when: on_success

Expand Down

0 comments on commit e0961b9

Please sign in to comment.