summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGeorge Melikov <[email protected]>2020-12-01 23:15:55 +0300
committerGitHub <[email protected]>2020-12-01 12:15:55 -0800
commitaa2778d1003af4601db77ae74b90d86454e5a37c (patch)
tree1b7dde4ad23a8cb5dbfbe389d87fa493e83e550d /.github
parent52c8537513652a9d424009cde03299e83a8c4467 (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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checkstyle.yaml2
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: