diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9693b00..1376949 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ on: jobs: ci: name: ci - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, light] steps: - uses: actions/checkout@v4 - name: Validate files exist @@ -19,7 +19,7 @@ jobs: lint: name: lint - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, light] steps: - uses: actions/checkout@v4 - name: Validate markdown @@ -37,7 +37,7 @@ jobs: test: name: test - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, light] steps: - uses: actions/checkout@v4 - name: Validate SVG