Skip to content

Commit 829d6ec

Browse files
authored
Change Dependabot runner from ubuntu-latest to ubuntu-slim (#106)
* Change Dependabot runner from ubuntu-latest to ubuntu-slim * Change runner from ubuntu-latest to ubuntu-slim * Change runner from ubuntu-latest to ubuntu-slim
1 parent bfbb523 commit 829d6ec

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cleanup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
stale:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
name: 'Close Stale PRs'
1212
permissions:
1313
contents: write
@@ -22,7 +22,7 @@ jobs:
2222

2323

2424
workflows:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
name: 'Cleanup old workflow runs'
2727
permissions:
2828
actions: write
@@ -38,7 +38,7 @@ jobs:
3838

3939
dockercleanup:
4040
name: 'Pruning Untagged Images'
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-slim
4242
permissions:
4343
packages: write
4444
steps:

.github/workflows/dependabot.yml

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

88
jobs:
99
dependabot:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'Tailormap/tailormap-api'
1212
steps:
1313
- name: 'Fetch Dependabot metadata'

.github/workflows/renovate-configvalidator.yml

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

1414
jobs:
1515
renovate-validator:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
steps:
1818
- name: 'Checkout'
1919
uses: actions/checkout@v6

0 commit comments

Comments
 (0)