From 6d8f14f50dbfb61324c603a5939aaa17285b83ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 19:55:51 +0200 Subject: [PATCH] try --- .github/workflows/codingstyle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index cad23f83..24ef3b07 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -12,6 +12,7 @@ jobs: run: | cpplint --recursive --quiet --verbose=3 . - name: Comment PR + if: ${{ failure() }} uses: thollander/actions-comment-pull-request@master with: message: 'Example of message !'