ci: disable PR for dependencies [skip ci]
This commit is contained in:
parent
0952b2f0dc
commit
f09882677b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stable-linux.yml
vendored
4
.github/workflows/stable-linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue