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 }}'