Updating chart validation. Adding ability to skip validation if PR title includes [modified annotations]
parent
739d3a2b95
commit
4d5021ff22
|
@ -32,4 +32,5 @@ jobs:
|
||||||
run: sudo make pull-scripts
|
run: sudo make pull-scripts
|
||||||
|
|
||||||
- name: Validate
|
- name: Validate
|
||||||
|
if: "!contains(github.event.pull_request.title, '[modified annotations]')"
|
||||||
run: sudo make validate
|
run: sudo make validate
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
template: staging
|
template: staging
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
- url: https://github.com/aiyengar2/partner-charts.git
|
- url: https://github.com/rancher/partner-charts.git
|
||||||
branch: migrate_to_v0.2.1_live
|
branch: main
|
||||||
helmRepo:
|
helmRepo:
|
||||||
cname: partner-charts.rancher.io
|
cname: partner-charts.rancher.io
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue