Skip to content

Commit 8cc7774

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c8fda1 commit 8cc7774

4 files changed

+4
-12
lines changed

.github/workflows/backport.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
backport:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
# Only react to merged PRs for security reasons.
1212
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
1313
if: >

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build-and-test-differential:
1818
needs: make-sure-label-is-present
1919
if: ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
2121
container: ${{ matrix.container }}
2222
strategy:
2323
fail-fast: false

.github/workflows/build-and-test.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-and-test:
1111
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
container: ${{ matrix.container }}
1414
strategy:
1515
fail-fast: false
@@ -29,14 +29,6 @@ jobs:
2929
- name: Show disk space before the tasks
3030
run: df -h
3131

32-
- name: Free disk space (Ubuntu)
33-
uses: jlumbroso/[email protected]
34-
with:
35-
tool-cache: false
36-
dotnet: false
37-
swap-storage: false
38-
large-packages: false
39-
4032
- name: Remove exec_depend
4133
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
4234

.github/workflows/cancel-previous-workflows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
cancel-previous-workflows:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Cancel previous runs
1111
uses: styfle/[email protected]

0 commit comments

Comments
 (0)