Skip to content

Commit fce51db

Browse files
authored
Merge pull request #378 from Staffbase/ubuntu-slim
Switch all workflows to ubuntu-slim except GitOps
2 parents c0eb340 + 0ad43a7 commit fce51db

18 files changed

+18
-18
lines changed

.github/workflows/cla.yml

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

99
jobs:
1010
CLAssistant:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-slim
1212
steps:
1313
- name: "CLA Assistant"
1414
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'

.github/workflows/template_autodev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
autodev:
5757

5858
name: Build Dev Branch
59-
runs-on: ubuntu-24.04
59+
runs-on: ubuntu-slim
6060

6161
# check to not trigger if dependabot did something or PR was closed or label is not the configured dev label
6262
if: github.actor != 'dependabot[bot]' && (github.event_name == 'push' || github.event.label.name == inputs.label || github.event.action == 'closed')

.github/workflows/template_automerge_dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dependabot:
3333

3434
name: auto-merge
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-slim
3636

3737
if: github.event.pull_request.user.login == 'dependabot[bot]'
3838

.github/workflows/template_changeset_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
changeset-check:
77
name: changeset-check
88
if: (!contains(github.event.pull_request.user.login , '[bot]'))
9-
runs-on: ubuntu-24.04
9+
runs-on: ubuntu-slim
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v6

.github/workflows/template_changeset_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
release:
3434
name: changeset-release
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-slim
3636
steps:
3737
- name: Get App Token
3838
uses: actions/create-github-app-token@v2.2.0

.github/workflows/template_flaky_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
flaky-tests:
3434
name: Flaky-Tests
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-slim
3636
steps:
3737
- name: Find flaky tests
3838
uses: Staffbase/github-action-find-flaky-tests@v0.3.1

.github/workflows/template_jira_tagging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
jira-annotate:
2323

2424
name: Annotate all occurring tickets since last release-tag
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-slim
2626

2727
steps:
2828
- name: Checkout

.github/workflows/template_launchdarkly_code_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
launchDarklyCodeReferences:
1616

1717
name: Find LaunchDarkly flag code references
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-slim
1919

2020
steps:
2121
- name: Checkout

.github/workflows/template_merge_block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
do-not-merge:
1717
name: Check
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-slim
1919

2020
steps:
2121
- name: Find Comment

.github/workflows/template_release_drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
jobs:
4040
update_release_draft:
4141
name: update release draft
42-
runs-on: ubuntu-24.04
42+
runs-on: ubuntu-slim
4343

4444
env:
4545
USING_APP_CREDENTIALS: ${{ secrets.app_id != '' && secrets.private_key != '' }}

0 commit comments

Comments
 (0)