Skip to content
Snippets Groups Projects
Commit 4e07e4ea authored by Éloïs's avatar Éloïs
Browse files

ci: add stage schedule

parent fc98c98c
No related branches found
No related tags found
No related merge requests found
stages:
- schedule
- labels
- quality
- build
......@@ -17,6 +18,15 @@ workflow:
- Cargo.toml
- Cargo.lock
sanity_tests:
extends: .env
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TOPIC=="sanity-tests"'
- when: never
stage: schedule
script:
- cargo sanity-${CURRENCY}
check_labels:
extends: .env
stage: labels
......@@ -134,15 +144,6 @@ build_release_manual:
- build/
expire_in: 3 day
sanity_tests:
extends: .env
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- when: never
stage: tests
script:
- cargo sanity-gdev
tests_debug:
extends: .env
rules:
......
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