We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e24bc commit f4daa6eCopy full SHA for f4daa6e
1 file changed
.github/workflows/label-validation.yml
@@ -19,6 +19,8 @@ jobs:
19
run: |
20
import re
21
22
+ print("${{ github.event.label.name }}")
23
+
24
# Matches strings like h200-trt_gptoss
25
runner_model_pattern = r'^([^_]+)_([^_]+)$'
26
match = re.match(runner_model_pattern, '${{ github.event.label.name }}')
0 commit comments