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 72b50ff commit 0712985Copy full SHA for 0712985
1 file changed
.github/workflows/refresh-nvidia.yml
@@ -4,6 +4,11 @@ on:
4
schedule:
5
- cron: "0 14 * * 1"
6
workflow_dispatch:
7
+ # TEMPORARY: smoke-test trigger — remove before merging.
8
+ pull_request:
9
+ paths:
10
+ - .github/workflows/refresh-nvidia.yml
11
+ - hack/build/refresh-nvidia-versions.py
12
permissions:
13
contents: write
14
pull-requests: write
0 commit comments