GitHub actions

This commit is contained in:
Jarred Sumner
2024-05-15 21:36:11 -07:00
parent e5e5f98592
commit 6e4b8215ed

View File

@@ -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: