From aa2778d1003af4601db77ae74b90d86454e5a37c Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 1 Dec 2020 23:15:55 +0300 Subject: CI: simplify checkstyle runner Remove excess steps. Reviewed-by: Ryan Moeller Reviewed-by: Brian Behlendorf Signed-off-by: George Melikov Closes #11262 --- .github/workflows/checkstyle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3