diff --git a/.github/workflows/check-linter.yaml b/.github/workflows/check-linter.yaml index ac905ec..6332751 100644 --- a/.github/workflows/check-linter.yaml +++ b/.github/workflows/check-linter.yaml @@ -1,7 +1,7 @@ name: Check linter in PRs on: pull_request: - types: [opened,edited,reopened,synchronize] + types: [opened,reopened,synchronize] jobs: linter: runs-on: ubuntu-latest