Skip to content
Snippets Groups Projects
Commit a8a38a91 authored by Ross Cain's avatar Ross Cain
Browse files

Add allow_failure to code_quality job

parent 46b9dc8b
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ code_quality:
- if: $CODE_QUALITY_DISABLED == 'true' # Do not include job if global variable CODE_QUALITY_DISABLED is set to 'true'.
when: never
- if: $CI_COMMIT_BRANCH == 'main' # Only include job in pipelines for commits made to the main branch
allow_failure: true
run_app:
stage: run
......
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