We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e321af commit e8cc5ffCopy full SHA for e8cc5ff
1 file changed
.github/workflows/label-validation.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
import yaml
21
import re
22
- with open('${{ github.workspace }}.github/configs/runners.yaml', 'r') as f:
+ 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
0 commit comments