[workflow] added status check for test coverage workflow (#4106)

pull/4109/head
Frank Lee 1 year ago committed by GitHub
parent 31dc302017
commit 1ee947f617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ on:
jobs: jobs:
report-test-coverage: report-test-coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps: steps:
- name: "Download artifact" - name: "Download artifact"
uses: actions/github-script@v6 uses: actions/github-script@v6

Loading…
Cancel
Save