Skip to content

Commit e8cc5ff

Browse files
committed
append github workspace pt 2
1 parent 5e321af commit e8cc5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
import yaml
2121
import re
22-
with open('${{ github.workspace }}.github/configs/runners.yaml', 'r') as f:
22+
with open('${{ github.workspace }}/.github/configs/runners.yaml', 'r') as f:
2323
runners = yaml.safe_load(f)
2424
2525
# Matches strings like h200-trt_gptoss

0 commit comments

Comments
 (0)