diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e26d91..4fe633f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ variables: workflow: rules: + # Disable this workflow + - when: never - if: $CI_COMMIT_MESSAGE =~ /draft|wip|stash/i when: never - if: $CI_COMMIT_BRANCH =~ /master|develop|dev_nuclei*|feature\/.|/