mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-31 07:18:59 +00:00
[workflow] added status check for test coverage workflow (#4106)
This commit is contained in:
parent
31dc302017
commit
1ee947f617
1
.github/workflows/report_test_coverage.yml
vendored
1
.github/workflows/report_test_coverage.yml
vendored
@ -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…
Reference in New Issue
Block a user