Skip to content
Snippets Groups Projects
Commit 54e596b7 authored by Chase Qi's avatar Chase Qi
Browse files

ci: use current project and branch for scheduled pipeline


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 6d559e21
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -54,6 +54,9 @@ aggregate-docs:
.bitbake-workspace:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
variables:
CI_ONIRO_MANIFEST_URL: "$CI_PROJECT_URL"
CI_ONIRO_MANIFEST_BRANCH: "$CI_COMMIT_REF_NAME"
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^(wip|draft):.*/i'
when: manual
variables:
......
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