Commit c26afa52 authored by Dean Rather's avatar Dean Rather

fix typo in ci schedule docs

parent 8a735da6
...@@ -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