Skip to content

Commit

Permalink
Merge branch 'mr/jicquel/web-trigger-ci-cd' into 'master'
Browse files Browse the repository at this point in the history
Allow web and scheduled pipeline triggers

See merge request eng/toolchain/gnatcoll-core!62
  • Loading branch information
Jicquel committed Jan 31, 2024
2 parents 680f84f + 1f510af commit 166b493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- if: $CI_PIPELINE_SOURCE == "web"
when: always
- when: never

variables:
ANOD_DEFAULT_SANDBOX_DIR: /it/wave
Expand Down

0 comments on commit 166b493

Please sign in to comment.