Skip to content

Commit

Permalink
add checkout event to tr ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed Jun 4, 2024
1 parent 38680e0 commit 056f1f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.merge_group.head_ref }}
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
path: models-perf
repository: ${{ secrets.PERF_REPO }}
token: ${{ secrets.ACTION_TOKEN }}
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
with:
driver: docker
Expand Down
2 changes: 1 addition & 1 deletion test-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
with:
path: models-perf
ref: main
repository: ${{ secrets.PERF_REPO }}
repository: ${{ inputs.perf_repo }}
token: ${{ inputs.token }}
- name: Install Requirements
shell: bash
Expand Down

0 comments on commit 056f1f1

Please sign in to comment.