Skip to content

Commit f3c3f5e

Browse files
committed
TEMP
1 parent 6bcff83 commit f3c3f5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
lint-duplicate-code:
6161
needs: lint-commits
62-
if: ${{ github.event_name == 'pull_request'}}
62+
if: false
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
@@ -118,6 +118,7 @@ jobs:
118118
run: node "$GITHUB_WORKSPACE/.github/workflows/filterDuplicates.js" run diff_output.txt jscpd-report.json $COMMIT_HASH $REPO_NAME
119119

120120
macos:
121+
if: false
121122
needs: lint-commits
122123
name: test macOS
123124
runs-on: macos-latest
@@ -182,6 +183,7 @@ jobs:
182183
run: npm run testWeb
183184

184185
windows:
186+
if: false
185187
needs: lint-commits
186188
name: test Windows
187189
runs-on: windows-2019

0 commit comments

Comments
 (0)