Skip to content

Commit bf65590

Browse files
committed
Switch to test branch
1 parent e7b7c7d commit bf65590

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linux_job_v2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ jobs:
192192
docker exec -it $(docker container ps --format '{{.ID}}') bash
193193
194194
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
195-
uses: ./test-infra/.github/actions/checkout
195+
uses: zklaus/test-infra/.github/actions/checkout@limit-branches
196+
# uses: ./test-infra/.github/actions/checkout
196197
with:
197198
# Support the use case where we need to checkout someone's fork
198199
repository: ${{ inputs.repository || github.repository }}

0 commit comments

Comments
 (0)