diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8a4bdc4..b19bd0f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: check: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, ci-build] steps: - uses: actions/checkout@v6 @@ -20,7 +20,7 @@ jobs: NIX_CONFIG: "access-tokens = git.johnogle.info=${{ secrets.GITEA_ACCESS_TOKEN }}" build-and-cache: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, ci-build] needs: check if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: