diff options
author | George Melikov <[email protected]> | 2020-12-01 23:15:55 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-01 12:15:55 -0800 |
commit | aa2778d1003af4601db77ae74b90d86454e5a37c (patch) | |
tree | 1b7dde4ad23a8cb5dbfbe389d87fa493e83e550d | |
parent | 52c8537513652a9d424009cde03299e83a8c4467 (diff) |
CI: simplify checkstyle runner
Remove excess steps.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #11262
-rw-r--r-- | .github/workflows/checkstyle.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index fca205be8..06b3a1226 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -2,7 +2,7 @@ name: checkstyle on: push: - pull_request_target: + pull_request: jobs: checkstyle: |