Disable CI for "wip" branches.

This commit is contained in:
Dianne Skoll
2024-05-30 21:02:44 -04:00
parent b51a0b2d08
commit 0b8a306483

View File

@@ -1,3 +1,8 @@
workflow:
rules:
- if: $CI_COMMIT_BRANCH =~ /wip/
when: never
tests: tests:
image: 'debian:stable-slim' image: 'debian:stable-slim'
before_script: before_script: