Skip to content

Commit 12cb499

Browse files
temp
Signed-off-by: Keval Morabia <[email protected]>
1 parent db23e00 commit 12cb499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
outputs:
2525
any_changed: ${{ steps.changed-tests.outputs.any_changed }}
2626
steps:
27+
- uses: actions/checkout@v4
2728
- id: get-pr-info
2829
uses: nv-gha-runners/get-pr-info@main
2930
- name: Check for changes in test-relevant directories
3031
id: changed-tests
3132
uses: step-security/[email protected]
3233
with:
3334
files: |
34-
.github/workflows/gpu_tests.yml
3535
modelopt/**
3636
tests/gpu/**
3737
tox.ini

0 commit comments

Comments
 (0)