Updates some of the workflows and jobs to use the -slim image for faster startup on easy & quick tasks

This commit is contained in:
Trenton H
2026-01-26 11:00:12 -08:00
parent df1aa13551
commit 2f910441f7
7 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ env:
jobs:
build:
name: Build Documentation
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@v6
@@ -58,7 +58,7 @@ jobs:
name: Deploy Documentation
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@v6