|
9 | 9 |
|
10 | 10 | jobs: |
11 | 11 | changes: |
12 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 12 | + runs-on: ubuntu-latest |
13 | 13 | outputs: |
14 | 14 | rust: ${{ steps.filter.outputs.rust }} |
15 | 15 | markdown: ${{ steps.filter.outputs.markdown }} |
|
35 | 35 | name: Rust Format Check |
36 | 36 | needs: changes |
37 | 37 | if: needs.changes.outputs.rust == 'true' |
38 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 38 | + runs-on: ubuntu-latest |
39 | 39 | steps: |
40 | 40 | - uses: actions/checkout@v4 |
41 | 41 | - uses: dtolnay/rust-toolchain@stable |
|
48 | 48 | name: Rust Lint Check |
49 | 49 | needs: changes |
50 | 50 | if: needs.changes.outputs.rust == 'true' |
51 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 51 | + runs-on: ubuntu-latest |
52 | 52 | steps: |
53 | 53 | - uses: actions/checkout@v4 |
54 | 54 | - uses: dtolnay/rust-toolchain@stable |
|
61 | 61 | name: Markdown Format Check |
62 | 62 | needs: changes |
63 | 63 | if: needs.changes.outputs.markdown == 'true' |
64 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 64 | + runs-on: ubuntu-latest |
65 | 65 | steps: |
66 | 66 | - uses: actions/checkout@v4 |
67 | 67 | - uses: cachix/install-nix-action@v31 |
|
71 | 71 | name: Astro Type Check |
72 | 72 | needs: changes |
73 | 73 | if: needs.changes.outputs.site == 'true' |
74 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 74 | + runs-on: ubuntu-latest |
75 | 75 | steps: |
76 | 76 | - uses: actions/checkout@v4 |
77 | 77 | - uses: actions/setup-node@v4 |
|
89 | 89 | name: Site Format Check |
90 | 90 | needs: changes |
91 | 91 | if: needs.changes.outputs.site == 'true' |
92 | | - runs-on: [self-hosted, linux, x64, netcup, general] |
| 92 | + runs-on: ubuntu-latest |
93 | 93 | steps: |
94 | 94 | - uses: actions/checkout@v4 |
95 | 95 | - uses: actions/setup-node@v4 |
|
0 commit comments