mirror of https://git.rancher.io/charts
Removing sudo from make check-releas-yaml in pull request workflow
parent
bb82b9824a
commit
f1799f0eb4
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: sudo make pull-scripts
|
||||
|
||||
- name: Check release.yaml
|
||||
run: sudo make check-release-yaml
|
||||
run: make check-release-yaml
|
||||
|
||||
- name: Validate
|
||||
run: sudo make validate
|
||||
|
|
Loading…
Reference in New Issue