Skip to content
Snippets Groups Projects
Commit adc5d1a9 authored by SirWalross's avatar SirWalross
Browse files

Only run pipeline on schedule

parent 6314feea
No related branches found
No related tags found
No related merge requests found
Pipeline #771 passed
......@@ -8,6 +8,10 @@ stages:
variables:
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/my_package/latest"
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
convert:
stage: convert
image: "python:3.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment