We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cc5ff commit 58e24bcCopy full SHA for 58e24bc
1 file changed
.github/workflows/label-validation.yml
@@ -17,10 +17,7 @@ jobs:
17
- name: Parse label
18
shell: python
19
run: |
20
- import yaml
21
import re
22
- with open('${{ github.workspace }}/.github/configs/runners.yaml', 'r') as f:
23
- runners = yaml.safe_load(f)
24
25
# Matches strings like h200-trt_gptoss
26
runner_model_pattern = r'^([^_]+)_([^_]+)$'
0 commit comments