diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af74842..c7247c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: rust: - runs-on: [self-hosted, node-b, linux, x64] + runs-on: [self-hosted] env: CARGO_BUILD_JOBS: 1 steps: @@ -29,7 +29,7 @@ jobs: - run: cargo clippy --workspace --all-targets --locked -- -D warnings ui: - runs-on: [self-hosted, node-b, linux, x64] + runs-on: [self-hosted] steps: - uses: actions/checkout@v7 - uses: actions/setup-node@v6 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index a94d4f7..c985492 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -16,7 +16,7 @@ concurrency: jobs: publish: - runs-on: [self-hosted, node-b, linux, x64, publish, docker] + runs-on: [self-hosted, docker, publish] env: IMAGE: ghcr.io/thedancingdeveloper-org/indexarr-rs steps: diff --git a/.github/workflows/policy.yml b/.github/workflows/policy.yml index b9c4a52..cdf1147 100644 --- a/.github/workflows/policy.yml +++ b/.github/workflows/policy.yml @@ -11,7 +11,7 @@ permissions: jobs: policy: - runs-on: [self-hosted, node-b, linux, x64] + runs-on: [self-hosted] steps: - uses: actions/checkout@v7 with: