We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8848fc commit e1980d6Copy full SHA for e1980d6
1 file changed
.github/workflows/coverage.yml
@@ -2,15 +2,15 @@ name: Coverage
2
3
on:
4
workflow_run:
5
- workflows: ["Tests"]
+ workflows: [Tests]
6
types:
7
- completed
8
9
jobs:
10
report:
11
name: report coverage
12
runs-on: ubuntu-latest
13
- if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
+ # if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14
permissions:
15
# Gives the action the necessary permissions for publishing new
16
# comments in pull requests.
0 commit comments