Skip to content

Commit 3efbd8b

Browse files
committed
workflows: switch pre-commit job to ubuntu-slim
Save some resources. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 3b17f26 commit 3efbd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
pre-commit:
1414
name: Rerun pre-commit checks
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
steps:
1717
- name: Check out repo
1818
uses: actions/checkout@v5

0 commit comments

Comments
 (0)