From 6e4b8215edd8a5bd21af12d01acf36e5bee20b46 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 15 May 2024 21:36:11 -0700 Subject: [PATCH] GitHub actions --- .github/workflows/comment-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: