Skip to content
Snippets Groups Projects
Commit d6f4d1d9 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

allow workflow to run on `$CI_JOB_MANUAL` (!211)

this is an attempt at emulating the "_workflow dispatch_" feature of GitHub.

an example of a _manual_ pipeline run: https://gitlab.isae-supaero.fr/dragoon/komodo/-/pipelines/8833
parent 269463da
Branches
No related tags found
1 merge request!211allow workflow to run on `$CI_JOB_MANUAL`
Pipeline #8835 passed
......@@ -6,6 +6,7 @@ stages:
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_COMMIT_MESSAGE =~ /^(draft|no-ci):/
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment