ci: No manual run of containers

This commit is contained in:
Jakob Bornecrantz 2023-04-15 01:52:58 +01:00
parent ff9ad4016f
commit 9cbc815fbc

View file

@ -52,8 +52,9 @@
*all_paths *all_paths
when: on_success when: on_success
# Allow triggering jobs manually in other cases if any files affecting the # Allow triggering jobs manually in other cases if any files affecting the
# pipeline were changed # pipeline were changed: Disabled for now because it causes the pipeline on
- changes: # main to be blocked because it gets stuck in the container stage.
*all_paths #- changes:
when: manual # *all_paths
# when: manual
# Otherwise, container jobs won't run because no rule matched. # Otherwise, container jobs won't run because no rule matched.