diff --git a/.github/workflows/comment-lint.yml b/.github/workflows/comment-lint.yml index ae75098dd7..e3ffc145d0 100644 --- a/.github/workflows/comment-lint.yml +++ b/.github/workflows/comment-lint.yml @@ -1,4 +1,4 @@ -name: Comment Lint +name: C++ Linter comment permissions: actions: read @@ -13,7 +13,7 @@ on: jobs: comment-lint: - if: ${{ github.repository_owner == 'oven-sh' }} + if: ${{ github.repository_owner == 'oven-sh' && github.event.workflow_run.conclusion == 'success' }} name: Comment runs-on: ubuntu-latest steps: