Skip to content

Commit

Permalink
Run an experiment to determine the value of runner name for the "wind…
Browse files Browse the repository at this point in the history
…ows-sign-pc" runner
  • Loading branch information
per1234 committed Nov 16, 2024
1 parent 63e9dfd commit 5bd9d34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/foo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
push: ~
pull_request: ~

jobs:
foo:
runs-on: [self-hosted, windows-sign-pc]

steps:
- run: |
echo "${{ runner.name }}"

0 comments on commit 5bd9d34

Please sign in to comment.