Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: ubuntu-slim

steps:
- name: Checkout Repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-slim

steps:
- name: Checkout repository
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
runs-on: ubuntu-slim

needs: build
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: uv run ty check .

test:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if-no-files-found: error

codecov:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
needs: [test]
if: ${{ always() }}
permissions:
Expand Down