We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e9dfd commit 5bd9d34Copy full SHA for 5bd9d34
.github/workflows/foo.yml
@@ -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