Skip to content
Snippets Groups Projects
Commit 3cce86c0 authored by JP's avatar JP Committed by GitHub
Browse files

change crates publishing to be scheduled (#13002)

parent ed417f8d
Branches
No related merge requests found
......@@ -213,6 +213,10 @@ default:
# this job runs only on nightly pipeline with the mentioned variable, against `master` branch
- if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule" && $PIPELINE == "nightly"
.scheduled-crate-publishing-pipeline:
rules:
- if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule" && $PIPELINE == "automatic-crate-publishing"
.crates-publishing-template:
stage: test
extends: .docker-env
......
......@@ -225,12 +225,12 @@ update-node-template:
- rusty-cachier cache upload
publish-crates:
extends: .publish-crates-template
extends:
- .publish-crates-template
- .scheduled-crate-publishing-pipeline
needs:
- job: publish-crates-locally
artifacts: false
rules:
- if: $CI_COMMIT_REF_NAME == "master"
publish-crates-manual:
extends: .publish-crates-template
......
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