From aa24ae0ddf39628d1f5b1c16f17722b9f61fc26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 20:33:42 +0200 Subject: [PATCH] rm if --- .github/workflows/codingstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index d68e91c0..a7389f10 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -12,7 +12,7 @@ jobs: run: | cpplint --recursive --quiet --verbose=3 . - name: Comment PR - if: ${{ failure() && github.event_name == 'pull_request' }} + if: ${{ failure() }} uses: thollander/actions-comment-pull-request@master with: message: '${{ cat tmp }}'