Browse Source

ci: disable PR for dependencies [skip ci]

Baptiste Augrain 1 year ago
parent
commit
f09882677b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/stable-linux.yml

+ 2 - 2
.github/workflows/stable-linux.yml

@@ -83,8 +83,8 @@ jobs:
           ref: ${{ env.GITHUB_BRANCH }}
 
       - name: Clone VSCode repo
-        env:
-          PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
+        # env:
+        #   PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
         run: ./get_repo.sh
 
       - uses: docker/setup-qemu-action@v3