From 529469769f64940143174f5a00205b0a5bc5eb30 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 1 Dec 2020 23:15:55 +0300 Subject: [PATCH] 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(-) diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index 4d2bb90d54..e0f6b1f104 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: