Skip to content

Commit e1980d6

Browse files
committed
Whats wrong with the coverage workflow...
1 parent c8848fc commit e1980d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Coverage
22

33
on:
44
workflow_run:
5-
workflows: ["Tests"]
5+
workflows: [Tests]
66
types:
77
- completed
88

99
jobs:
1010
report:
1111
name: report coverage
1212
runs-on: ubuntu-latest
13-
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
13+
# if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
permissions:
1515
# Gives the action the necessary permissions for publishing new
1616
# comments in pull requests.

0 commit comments

Comments
 (0)