Skip to content
Snippets Groups Projects

Run the local pipeline whenever the parent pipeline triggers it

Merged Emanuele Aina requested to merge wip/em/fix-local-pipeline into apertis/v2022pre
2 files
+ 7
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,8 +11,4 @@ test:
job: prepare-build-env
artifacts: true
rules:
- if: $CI_MERGE_REQUEST_ID
when: never
- if: $CI_COMMIT_BRANCH
when: on_success
- when: never
- when: on_success # run whenever the parent pipeline triggers this
Loading