diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 8c9c415bf..5a9e841fb 100755 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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