We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf8ecc commit 4192406Copy full SHA for 4192406
.github/workflows/test.yaml
@@ -63,7 +63,7 @@ jobs:
63
aws s3 cp cover.html "s3://${BUCKET}/${BUCKET_PATH}/${COMMIT_SHA}/index.html"
64
- name: "Code coverage report"
65
uses: fgrosse/[email protected]
66
- if: ${{ !cancelled() && (steps.changed-files.outputs.any_changed == 'true' && github.event_name == 'pull_request')}}
+ if: ${{ !cancelled() && (steps.changed-files.outputs.any_changed == 'true' && github.event_name == 'pull_request' && github.event.base_ref == 'main') }}
67
with:
68
coverage-artifact-name: "code-coverage"
69
coverage-file-name: "cover.out"
0 commit comments