File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 run : ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
8383
8484 - name : Create kind cluster
85- if : steps.list-changed.outputs.changed == 'true'
85+ if : steps.list-changed.outputs.changed == 'true' || github.ref_name == 'main'
86868787
8888 - name : Run chart-testing (install)
89- if : steps.list-changed.outputs.changed == 'true'
89+ if : steps.list-changed.outputs.changed == 'true' || github.ref_name == 'main'
9090 run : ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 TAG_CONTEXT : ' repo'
101101 WITH_V : true
102102 PRERELEASE_SUFFIX : " beta"
103- PRERELEASE : ${{ (github.base_ref == 'beta') && 'true' || (github.base_ref == 'main') && 'false' || (github.base_ref == 'integration ') && 'false' || 'true' }}
103+ PRERELEASE : ${{ (github.ref_name == 'beta') && 'true' || (github.ref_name == 'main') && 'false' || (github.ref_name == 'feat/cli-scanner-tool ') && 'false' || 'true' }}
104104
105105 - name : Summary
106106 run : |
You can’t perform that action at this time.
0 commit comments