Skip to content

Commit 58e24bc

Browse files
committed
actually we dont need runners config at a ll
1 parent e8cc5ff commit 58e24bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/label-validation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
- name: Parse label
1818
shell: python
1919
run: |
20-
import yaml
2120
import re
22-
with open('${{ github.workspace }}/.github/configs/runners.yaml', 'r') as f:
23-
runners = yaml.safe_load(f)
2421
2522
# Matches strings like h200-trt_gptoss
2623
runner_model_pattern = r'^([^_]+)_([^_]+)$'

0 commit comments

Comments
 (0)