We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f912f commit a86e6a8Copy full SHA for a86e6a8
.github/workflows/run-console.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
run-console:
13
- runs-on: ubuntu-22.04
+ runs-on: [self-hosted, shared]
14
15
steps:
16
- name: Checkout Public Repository
0 commit comments