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 41f377e commit 25a072eCopy full SHA for 25a072e
.github/workflows/build.yaml
@@ -50,6 +50,8 @@ jobs:
50
# npm run lint-markdown
51
52
- name: Run npm tests
53
+ # Only run tests on PR events; bypass for deploys/merges to main
54
+ if: ${{ github.event_name == 'pull_request' }}
55
run: |
56
npm test
57
0 commit comments