Skip to content
Snippets Groups Projects
Commit 935caaed authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

ci: add 'rules' to workflow

parent ff5b8d73
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,9 @@ variables: ...@@ -8,8 +8,9 @@ variables:
# only rune pipelines for merge requests or when tags are pushed (for triggers) # only rune pipelines for merge requests or when tags are pushed (for triggers)
workflow: workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" rules:
- if: $CI_COMMIT_TAG - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
lint: lint:
stage: verify stage: verify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment