Skip to content

Commit b54b2eb

Browse files
committed
chore: check test report results
1 parent c33b233 commit b54b2eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ on:
33
workflow_call:
44
workflow_dispatch:
55
workflow_run:
6-
workflows: [ 'CI' ] # runs after CI workflow
7-
types:
8-
- completed
6+
workflows: 'CI' # runs after CI workflow
7+
98
jobs:
109
report:
1110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)