We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
push
1 parent 31ee7f5 commit 06f83b7Copy full SHA for 06f83b7
.github/workflows/pr-checks.yml
@@ -38,7 +38,6 @@ jobs:
38
run: .github/workflows/script/check-js.sh
39
40
check-file-contents:
41
- if: github.event_name != 'push' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/v')
42
name: Check file contents
43
permissions:
44
contents: read
@@ -59,7 +58,6 @@ jobs:
59
58
run: .github/workflows/script/verify-pr-checks.sh
60
61
npm-test:
62
63
name: Unit Test
64
strategy:
65
fail-fast: false
0 commit comments