Skip to content

Commit 1aef0df

Browse files
authored
Use GHA ubuntu-slim where reasonable (DefinitelyTyped#74899)
1 parent e554a40 commit 1aef0df

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
setup-matrix:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-slim
2727
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
2828

2929
outputs:
@@ -125,7 +125,7 @@ jobs:
125125
if: ${{ github.event_name == 'pull_request' }}
126126

127127
dangerbot:
128-
runs-on: ubuntu-latest
128+
runs-on: ubuntu-slim
129129
if: github.repository == 'DefinitelyTyped/DefinitelyTyped' && github.event_name == 'pull_request'
130130

131131
needs:
@@ -158,7 +158,7 @@ jobs:
158158
DANGER_GITHUB_API_TOKEN=$TOKEN pnpm danger ci || $( exit 0 )
159159
160160
scripts:
161-
runs-on: ubuntu-latest
161+
runs-on: ubuntu-slim
162162
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163

164164
steps:

.github/workflows/format-and-commit.yml

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

1212
jobs:
1313
dprint-fmt:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-slim
1515
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
1616
steps:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/ghostbuster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: write # for Git to git push
2121
pull-requests: write # for peter-evans/create-pull-request to create a PR
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-slim
2323
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424

2525
steps:

.github/workflows/lint-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
lint-md:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/support-window.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
contents: write # for Git to git push
2323
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-slim
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- uses: ./.github/actions/setup-for-scripts

0 commit comments

Comments
 (0)