Skip to content

Commit b92c634

Browse files
committed
hard code is local
1 parent 9d4f890 commit b92c634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copyPasteDetection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828

2929
- name: Determine if local
30-
run: echo "IS_LOCAL=${{github.event_name != 'pull_request'}}" >> $GITHUB_ENV
30+
run: echo "IS_LOCAL=false" >> $GITHUB_ENV
3131

3232
- name: Fetch fork upstream
3333
if: env.IS_LOCAL == false

0 commit comments

Comments
 (0)