Skip to content
Snippets Groups Projects
Commit a53ec1d7 authored by Fredrik Fonn Hansen's avatar Fredrik Fonn Hansen :8ball:
Browse files

Merge branch 'fix-scheduled-pipeline' into 'main'

fix-ci-heartbeat

See merge request !83
parents c4237353 97fba28c
No related branches found
No related tags found
1 merge request!83fix-ci-heartbeat
Pipeline #217842 passed
......@@ -132,4 +132,4 @@ VM Heartbeat:
echo "Server did not respond with 200 OK after 3 minutes"
exit 1
rules:
- if: '($CI_COMMIT_BRANCH == "main" || $CI_PIPELINE_SOURCE == "schedule") && $RUN_VM_HEARTBEAT == "true"'
\ No newline at end of file
- if: '($CI_COMMIT_BRANCH == "main" || $CI_PIPELINE_SOURCE == "schedule") || $RUN_VM_HEARTBEAT == "true"'
\ No newline at end of file
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