We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2f05 commit 1274006Copy full SHA for 1274006
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: yarn build && yarn run test-dist
33
- name: Test Report
34
uses: dorny/test-reporter@v1
35
- if: ${{ github.repository == 'gautamkrishnar/blog-post-workflow' && (success() || failure()) }}
+ if: ${{ github.repository == 'gautamkrishnar/blog-post-workflow' && github.event_name != 'pull_request' && (success() || failure()) }}
36
with:
37
name: Mocha Tests
38
path: "*-report.json"
0 commit comments