mirror of https://github.com/hpcaitech/ColossalAI
[workflow] added status check for test coverage workflow (#4106)
parent
31dc302017
commit
1ee947f617
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
report-test-coverage:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: "Download artifact"
|
||||
uses: actions/github-script@v6
|
||||
|
|
Loading…
Reference in New Issue