We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f890 commit b92c634Copy full SHA for b92c634
.github/workflows/copyPasteDetection.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
29
- name: Determine if local
30
- run: echo "IS_LOCAL=${{github.event_name != 'pull_request'}}" >> $GITHUB_ENV
+ run: echo "IS_LOCAL=false" >> $GITHUB_ENV
31
32
- name: Fetch fork upstream
33
if: env.IS_LOCAL == false
0 commit comments