Skip to content

Commit 1274006

Browse files
disable running on pr
1 parent 0ef2f05 commit 1274006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: yarn build && yarn run test-dist
3333
- name: Test Report
3434
uses: dorny/test-reporter@v1
35-
if: ${{ github.repository == 'gautamkrishnar/blog-post-workflow' && (success() || failure()) }}
35+
if: ${{ github.repository == 'gautamkrishnar/blog-post-workflow' && github.event_name != 'pull_request' && (success() || failure()) }}
3636
with:
3737
name: Mocha Tests
3838
path: "*-report.json"

0 commit comments

Comments
 (0)