Only check for version bump if PR targets main
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
run: |
|
||||
ct lint --debug \
|
||||
ct lint --debug ${{ github.base_ref != 'main' && '--check-version-increment=false' || '' }} \
|
||||
--target-branch ${{ github.base_ref }}
|
||||
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user