Skip to content

Commit 5bd9d34

Browse files
committed
Run an experiment to determine the value of runner name for the "windows-sign-pc" runner
1 parent 63e9dfd commit 5bd9d34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/foo.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
push: ~
3+
pull_request: ~
4+
5+
jobs:
6+
foo:
7+
runs-on: [self-hosted, windows-sign-pc]
8+
9+
steps:
10+
- run: |
11+
echo "${{ runner.name }}"

0 commit comments

Comments
 (0)