diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1669e6..4c2f67d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ permissions: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-slim timeout-minutes: 10 steps: - name: Checkout diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1740cb9..ed735f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ permissions: {} jobs: deploy: name: Deploy Docs - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout uses: actions/checkout@v5 diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 5b73e5a..2fceaaa 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -14,7 +14,7 @@ concurrency: jobs: lint-pr-title: name: Lint PR title - runs-on: ubuntu-latest + runs-on: ubuntu-slim if: ${{ (github.event.action == 'opened' || github.event.changes.title != null) && github.actor != 'renovate[bot]' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92cb8a9..12ee92a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ concurrency: jobs: release: name: Release - runs-on: ubuntu-latest + runs-on: ubuntu-slim permissions: id-token: write