Skip to content

Commit 77b63a8

Browse files
committed
Migrate fast and simple actions to ubuntu-slim runner
1 parent d55fceb commit 77b63a8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
publish:
1313
name: publish
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-slim
1515

1616
steps:
1717
- uses: actions/checkout@v6

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release_doctor:
1010
name: release doctor
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
if: github.repository == 'runloopai/api-client-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:

.github/workflows/smoketests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
smoketests:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
timeout-minutes: 120
1818
steps:
1919
- name: Checkout

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
permissions:
1212
contents: write
1313
steps:

0 commit comments

Comments
 (0)