Skip to content

Commit 901ea3a

Browse files
committed
cleanup
1 parent ccb28f5 commit 901ea3a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
with:
3737
egress-policy: audit
3838

39-
- name: Check disk space
40-
if: ${{ matrix.os == 'ubuntu-latest'}}
41-
run: |
42-
df -h
4339
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4440
with:
4541
submodules: true
@@ -54,10 +50,6 @@ jobs:
5450
repo-token: ${{ secrets.GITHUB_TOKEN }}
5551
- name: Test
5652
run: bash ./scripts/test.sh
57-
- name: Check disk space
58-
if: ${{ matrix.os == 'ubuntu-latest'}}
59-
run: |
60-
df -h
6153
lint:
6254
runs-on: ubuntu-latest
6355
steps:

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- name: Check disk space
22-
run: |
23-
df -h
2421
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2522
with:
2623
submodules: true
@@ -33,6 +30,3 @@ jobs:
3330
repo-token: ${{ secrets.GITHUB_TOKEN }}
3431
- name: Run integration tests
3532
run: ./scripts/integration_tests.sh
36-
- name: Check disk space
37-
run: |
38-
df -h

0 commit comments

Comments
 (0)