diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 9a6ae70..ddb83db 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest - # run on external PRs, but on internal PRs as they'll be run by the push to the branch. + # run on external PRs, but not on our internal PRs if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: