Unverified Commit 1ee947f6 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent 31dc3020
...@@ -9,6 +9,7 @@ on: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment