Skip to content

Commit af34772

Browse files
authored
feat(shared): add more-disk-space action to several workflows (#114)
1 parent 39939c9 commit af34772

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/cpp-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
runs-on: ${{ vars.runner_labels_ghub22_standard_x64 && fromJSON(vars.runner_labels_ghub22_standard_x64) || vars.REPO_RUNNER_LABELS && fromJSON(vars.REPO_RUNNER_LABELS) || inputs.runner-label }}
6767

6868
steps:
69+
- uses: eclipse-score/more-disk-space@6a3b48901846bf7f8cc985925157d71a8973e61f # v1
70+
with:
71+
level: 4
72+
6973
- name: Checkout repository
7074
uses: actions/checkout@v6
7175

.github/workflows/docs-verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
permissions:
3939
contents: read
4040
steps:
41+
- uses: eclipse-score/more-disk-space@6a3b48901846bf7f8cc985925157d71a8973e61f # v1
42+
with:
43+
level: 3
44+
4145
- name: Checkout repository (Handle all events)
4246
uses: actions/checkout@v4.2.2
4347
with:

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
github-app-private-key: ${{ secrets.gh_app_private_key }}
7878

7979
- uses: eclipse-score/more-disk-space@6a3b48901846bf7f8cc985925157d71a8973e61f # v1
80+
with:
81+
level: 3
8082

8183
- name: Checkout repository (Handle all events)
8284
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/qnx-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
pull-requests: read
9999

100100
steps:
101+
- uses: eclipse-score/more-disk-space@6a3b48901846bf7f8cc985925157d71a8973e61f # v1
102+
with:
103+
level: 4
104+
101105
- name: Checkout repository (Handle all events)
102106
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
103107
with:

0 commit comments

Comments
 (0)