Removing sudo from make check-releas-yaml in pull request workflow

pull/3120/head
Lucas Lopes 2023-10-11 17:14:23 -03:00 committed by Lucas Machado
parent bb82b9824a
commit f1799f0eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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