There was an error while loading. Please reload this page.
1 parent e7b7c7d commit bf65590Copy full SHA for bf65590
1 file changed
.github/workflows/linux_job_v2.yml
@@ -192,7 +192,8 @@ jobs:
192
docker exec -it $(docker container ps --format '{{.ID}}') bash
193
194
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
195
- uses: ./test-infra/.github/actions/checkout
+ uses: zklaus/test-infra/.github/actions/checkout@limit-branches
196
+ # uses: ./test-infra/.github/actions/checkout
197
with:
198
# Support the use case where we need to checkout someone's fork
199
repository: ${{ inputs.repository || github.repository }}
0 commit comments