diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4b40da7ba2..15f5d66101 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -31,8 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Validate whole codebase on pushes and only changes on pull requests - # Change this to VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }} - VALIDATE_ALL_CODEBASE: true + VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }} # Upload MegaLinter artifacts - name: Archive production artifacts