We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23e00 commit 12cb499Copy full SHA for 12cb499
.github/workflows/gpu_tests.yml
@@ -24,14 +24,14 @@ jobs:
24
outputs:
25
any_changed: ${{ steps.changed-tests.outputs.any_changed }}
26
steps:
27
+ - uses: actions/checkout@v4
28
- id: get-pr-info
29
uses: nv-gha-runners/get-pr-info@main
30
- name: Check for changes in test-relevant directories
31
id: changed-tests
32
uses: step-security/[email protected]
33
with:
34
files: |
- .github/workflows/gpu_tests.yml
35
modelopt/**
36
tests/gpu/**
37
tox.ini
0 commit comments