Fixed up inventree_job rules and updated to latest version of ki-ntree cli
This commit is contained in:
@@ -265,7 +265,9 @@ inventree_job:
|
||||
- job: outputs_all
|
||||
artifacts: true
|
||||
rules:
|
||||
- !reference [.main_rules, rules]
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never # Do not run this job when a tag is created manually
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
||||
script:
|
||||
- !reference [.commands, boms]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user