Skip to content

Commit

Permalink
housekeeping: Run sonar cloud coverage results locally after PR build…
Browse files Browse the repository at this point in the history
… completed (#773)
  • Loading branch information
glennawatson committed Dec 3, 2023
1 parent 72a37ad commit ab11599
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr-test-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Test Coverage and Quality

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_run:
workflows: [Build]
types: [completed]

jobs:

Expand All @@ -15,7 +14,7 @@ jobs:
configuration: [Release] # future support for more coverage

runs-on: windows-latest

if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ab11599

Please sign in to comment.