Commit c57d332b authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fis_jay_clark-master-patch-55134' into 'master'

Correct typo in CI_PIPELINE_SOURCE string comparison

See merge request gitlab-org/gitlab!77544
parents a105ace8 e00fa275
......@@ -777,7 +777,7 @@ job1:
- echo
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "scheduled"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "push"
when: never
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment