We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c6519 commit 0489883Copy full SHA for 0489883
1 file changed
.github/workflows/nvidia_workflow.yml
@@ -15,15 +15,11 @@ on:
15
required: false
16
type: string
17
18
-concurrency:
19
- group: nvidia-workflow-global
20
- cancel-in-progress: false
21
-
22
run-name: 'NVIDIA Job - ${{ github.event.inputs.run_id }}'
23
24
jobs:
25
run:
26
- runs-on: nvidia-docker-b200-8-x86-64
+ runs-on: [nvidia-docker-b200-8-x86-64]
27
timeout-minutes: 10
28
steps:
29
- uses: actions/checkout@v3
0 commit comments