Skip to content

Commit c6b9f6f

Browse files
committed
switch off is local
1 parent 3156e90 commit c6b9f6f

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=true" >> $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)