Skip to content

Commit 5e321af

Browse files
committed
append github workspace
1 parent 0657adb commit 5e321af

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/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)