Skip to content

Commit

Permalink
chore: check test report results
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarfe committed Jun 19, 2024
1 parent c33b233 commit b54b2eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on:
workflow_call:
workflow_dispatch:
workflow_run:
workflows: [ 'CI' ] # runs after CI workflow
types:
- completed
workflows: 'CI' # runs after CI workflow

jobs:
report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b54b2eb

Please sign in to comment.