Skip to content
Snippets Groups Projects
Verified Commit d177585f authored by Romain Deville's avatar Romain Deville
Browse files

:construction_worker::pencil2: Fix typos in CI

parent dfefc0c7
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,7 @@ workflow:
rules:
# Do not run CI when commit title have
# WIP, NO-CI or 🚧 (gitmoji for "work in progress", aka :construction:)
- if: |
$CI_COMMIT_TITLE =~ /.*WIP.*/ ||
$CI_COMMIT_TITLE =~ /.*NO-CI.*/ ||
$CI_COMMIT_TITLE =~ /.*🚧.*/
- if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/
when: never
# Run the CI otherwise (depending on `only/except` key per jobs)
- when: always
......
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