Skip to content

Commit 8e6a83b

Browse files
authored
CI: Run pre-commit on depot machine (#17120)
## Summary Sibling/alternate of #17108 (see #17108 (comment)). 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!
1 parent d0c8eaa commit 8e6a83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ jobs:
642642

643643
pre-commit:
644644
name: "pre-commit"
645-
runs-on: ubuntu-latest
645+
runs-on: depot-ubuntu-22.04-16
646646
timeout-minutes: 10
647647
steps:
648648
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)