UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 440789cf authored by kmc-home's avatar kmc-home
Browse files

add cicd4

parent c00a6733
No related merge requests found
workflow:
rules:
- if: $RUN_HELLO_WORLD == "true"
- when: never
variables:
RUN_HELLO_WORLD:
description: "Variable to trigger the hello-world pipeline"
......@@ -15,3 +10,8 @@ include:
- local: pipelines/hello-world.yml
rules:
- if: $RUN_HELLO_WORLD == "true"
default_job: # This job will always run
stage: .pre # A special stage that always runs first
script:
- echo "No conditional jobs triggered."
\ No newline at end of file
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