Update .gitlab-ci.yml file

This commit is contained in:
Phillip Michelsen
2025-08-05 07:43:15 +00:00
parent 5ea32b9d4f
commit 7b17a1345d

View File

@@ -1,3 +1,8 @@
workflow:
rules:
- when: never
- if: '$CI_PIPELINE_SOURCE == "web"'
no_op_job:
script: echo "noop"
rules:
- when: never