Skip to content

Commit 0489883

Browse files
authored
Revert "Concurrency on custom nvidia runners (#397)"
This reverts commit 87c6519.
1 parent 87c6519 commit 0489883

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/nvidia_workflow.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ on:
1515
required: false
1616
type: string
1717

18-
concurrency:
19-
group: nvidia-workflow-global
20-
cancel-in-progress: false
21-
2218
run-name: 'NVIDIA Job - ${{ github.event.inputs.run_id }}'
2319

2420
jobs:
2521
run:
26-
runs-on: nvidia-docker-b200-8-x86-64
22+
runs-on: [nvidia-docker-b200-8-x86-64]
2723
timeout-minutes: 10
2824
steps:
2925
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)