Skip to content

Commit f4daa6e

Browse files
committed
debug
1 parent 58e24bc commit f4daa6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/label-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: |
2020
import re
2121
22+
print("${{ github.event.label.name }}")
23+
2224
# Matches strings like h200-trt_gptoss
2325
runner_model_pattern = r'^([^_]+)_([^_]+)$'
2426
match = re.match(runner_model_pattern, '${{ github.event.label.name }}')

0 commit comments

Comments
 (0)