diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 9eb2ca56c..068a58243 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -3,11 +3,11 @@ name: Lint on: push: # Runs against the workflow and code from the merge commit - pull_request: - types: [ opened, synchronize, reopened ] + # pull_request: + # types: [ opened, synchronize, reopened ] # Runs against the workflow and code from the base of the pull request - # pull_request_target: - # types: [opened, synchronize, reopened] + pull_request_target: + types: [opened, synchronize, reopened] env: DISABLE_PROGRESS: true