From 8e6a83b33e20def3c56a4aadb6aa92484a14cc6f Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 1 Apr 2025 16:22:02 +0300 Subject: [PATCH] CI: Run pre-commit on depot machine (#17120) ## Summary Sibling/alternate of #17108 (see https://github.com/astral-sh/ruff/pull/17108#issuecomment-2769200896). See if running the pre-commit CI step on Depot machines makes WASM-compiled shellcheck faster. ## Test Plan > How was it tested? We're doing it live! --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index debca6f244..a8cdff5088 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -642,7 +642,7 @@ jobs: pre-commit: name: "pre-commit" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-22.04-16 timeout-minutes: 10 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4