We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298eefc commit 4d61261Copy full SHA for 4d61261
.github/workflows/HelloWorld.yml
@@ -11,7 +11,7 @@ jobs:
11
# This workflow contains a single job called "build"
12
build:
13
# The type of runner that the job will run on
14
- runs-on: azure1
+ runs-on: self-hosted
15
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
steps:
0 commit comments