Skip to content

Commit 7aa6727

Browse files
committed
Add free up disk space to gh runners
Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
1 parent 1e844d3 commit 7aa6727

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v4
38+
- name: "Free up disk space"
39+
uses: ./.github/actions/free-up-disk-space
3840
- name: Set up Python ${{ matrix.python-version.setup }}
3941
uses: actions/setup-python@v4
4042
with:

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28+
- name: "Free up disk space"
29+
uses: ./.github/actions/free-up-disk-space
2830
- name: Set up Python 3.12
2931
uses: actions/setup-python@v4
3032
with:

0 commit comments

Comments
 (0)