Skip to content
Snippets Groups Projects
Verified Commit 4193bd32 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: change add-commit:rules to run on "pipeline"

parent 621d3af8
No related branches found
No related tags found
No related merge requests found
Pipeline #31589 failed
...@@ -23,7 +23,7 @@ info: ...@@ -23,7 +23,7 @@ info:
add-commit: add-commit:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "trigger" - if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
stage: commit stage: commit
before_script: before_script:
......
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