feat(ci): target ci-build runner label #58

Open
ash-bot wants to merge 1 commits from ash/ci-runner-labels into main
+2 -2
View File
@@ -8,7 +8,7 @@ on:
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: [ubuntu-latest, ci-build]
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@@ -20,7 +20,7 @@ jobs:
NIX_CONFIG: "access-tokens = git.johnogle.info=${{ secrets.GITEA_ACCESS_TOKEN }}" NIX_CONFIG: "access-tokens = git.johnogle.info=${{ secrets.GITEA_ACCESS_TOKEN }}"
build-and-cache: build-and-cache:
runs-on: ubuntu-latest runs-on: [ubuntu-latest, ci-build]
needs: check needs: check
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps: steps: