We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d1710 commit b8642caCopy full SHA for b8642ca
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
ci:
11
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, linux, x64]
12
steps:
13
- uses: actions/checkout@v4
14
.github/workflows/wiki-deploy.yml
@@ -14,7 +14,7 @@ permissions:
15
16
publish-wiki:
17
18
19
20
0 commit comments