We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8859dcc commit eee25a6Copy full SHA for eee25a6
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: Build and analyze
11
- runs-on: ubuntu-latest
+ runs-on: [self-hosted]
12
steps:
13
- uses: actions/checkout@v4
14
with:
0 commit comments