From 0f42e8545188f5bcd2dc3362d2eaf84ba90dece7 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 7 Dec 2024 03:45:53 -0900 Subject: [PATCH] use ubuntu-selfhosted runner --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/e2e_comment.yml | 2 +- .github/workflows/nodejs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 569dda76..5e477fb7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-selfhosted strategy: fail-fast: false diff --git a/.github/workflows/e2e_comment.yml b/.github/workflows/e2e_comment.yml index 53fd1c1c..a6e22330 100644 --- a/.github/workflows/e2e_comment.yml +++ b/.github/workflows/e2e_comment.yml @@ -6,7 +6,7 @@ on: - completed jobs: e2e_comment: - runs-on: ubuntu-latest + runs-on: ubuntu-selfhosted if: github.event.workflow_run.event == 'pull_request' steps: - name: Dump Workflow run info from GitHub context diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bc9407b5..25c5b606 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -121,7 +121,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }} build-linux-arm: - runs-on: ubuntu-latest + runs-on: ubuntu-selfhosted strategy: matrix: include: