We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 319e72c + 4fdddf8 commit 0973192Copy full SHA for 0973192
.github/workflows/_codecov.yml
@@ -39,7 +39,7 @@ jobs:
39
path: downloaded-reports/
40
41
- name: Post test summary comment
42
- if: ${{ inputs.post_comment }}
+ if: ${{ inputs.post_comment && github.event_name == 'pull_request' }}
43
uses: codecov/basic-test-results@v1
44
with:
45
github-token: ${{ secrets.GITHUB_TOKEN }}
changelog/fix-codecov-ci-dispatch-guard.md
@@ -0,0 +1,2 @@
1
+### Ignored
2
+- Fix codecov test summary comment failing when CI is triggered via workflow_dispatch
0 commit comments