From c9b31aa62b4ff9d7b597a1f1f3c604167550f61d Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Fri, 10 Apr 2026 08:00:06 +0200 Subject: [PATCH] Update runs-on configuration --- .github/workflows/claude-evaluation.yml | 2 +- .github/workflows/copilot-evaluation.yml | 2 +- .github/workflows/dataset-validation.yml | 2 +- .github/workflows/mini-evaluation.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-evaluation.yml b/.github/workflows/claude-evaluation.yml index 69542c85e..a4fee3bf5 100644 --- a/.github/workflows/claude-evaluation.yml +++ b/.github/workflows/claude-evaluation.yml @@ -60,7 +60,7 @@ jobs: category: ${{ inputs.category }} evaluate-with-claude-code: - runs-on: [self-hosted, 1ES.Pool=GitHub-BCBench] + runs-on: [GitHub-BCBench] needs: get-entries outputs: results-dir: ${{ env.EVALUATION_RESULTS_DIR }} diff --git a/.github/workflows/copilot-evaluation.yml b/.github/workflows/copilot-evaluation.yml index 3c0ef9162..f1a5b5476 100644 --- a/.github/workflows/copilot-evaluation.yml +++ b/.github/workflows/copilot-evaluation.yml @@ -68,7 +68,7 @@ jobs: category: ${{ inputs.category }} evaluate-with-copilot-cli: - runs-on: [self-hosted, 1ES.Pool=GitHub-BCBench] + runs-on: [GitHub-BCBench] needs: get-entries outputs: results-dir: ${{ env.EVALUATION_RESULTS_DIR }} diff --git a/.github/workflows/dataset-validation.yml b/.github/workflows/dataset-validation.yml index 180b1b53b..43926135d 100644 --- a/.github/workflows/dataset-validation.yml +++ b/.github/workflows/dataset-validation.yml @@ -22,7 +22,7 @@ jobs: category: "bug-fix" verify-build-and-tests: - runs-on: [self-hosted, 1ES.Pool=GitHub-BCBench] + runs-on: [GitHub-BCBench] needs: get-entries if: needs.get-entries.outputs.entries != '[]' environment: diff --git a/.github/workflows/mini-evaluation.yml b/.github/workflows/mini-evaluation.yml index 1f9c3eebf..e50a905cc 100644 --- a/.github/workflows/mini-evaluation.yml +++ b/.github/workflows/mini-evaluation.yml @@ -41,7 +41,7 @@ jobs: category: ${{ inputs.category }} evaluate-with-mini-agent: - runs-on: [self-hosted, 1ES.Pool=GitHub-BCBench] + runs-on: [GitHub-BCBench] needs: get-entries outputs: results-dir: ${{ env.EVALUATION_RESULTS_DIR }}