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: