Commit b7154732 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'master' into 'master'

Fix typo in ci schedule docs

See merge request gitlab-org/gitlab!72488
parents ab5e922b c26afa52
...@@ -73,7 +73,7 @@ job:on-schedule: ...@@ -73,7 +73,7 @@ job:on-schedule:
job: job:
rules: rules:
- if: $CI_PIPELINE_SOURCE = "push" - if: $CI_PIPELINE_SOURCE == "push"
script: script:
- make build - make build
``` ```
......
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