Skip to content

Run an experiment to determine the value of runner name for the "wind… #1

Run an experiment to determine the value of runner name for the "wind…

Run an experiment to determine the value of runner name for the "wind… #1

Workflow file for this run

on:
push: ~
pull_request: ~
jobs:
foo:
runs-on: [self-hosted, windows-sign-pc]
steps:
- run: |
echo "${{ runner.name }}"