We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b193e commit 164ff5bCopy full SHA for 164ff5b
.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/release.yml
@@ -6,7 +6,7 @@ on:
6
7
release:
permissions:
contents: write
pull-requests: write
0 commit comments