We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f377e + 25a072e commit 4b6fe67Copy full SHA for 4b6fe67
.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