Skip to content

Commit 318fad6

Browse files
committed
[ci] Clean up to get more space on runner
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent a22c199 commit 318fad6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Free Disk Space (Ubuntu)
5858
uses: jlumbroso/free-disk-space@main
5959
with:
60+
tool-cache: true
6061
android: true
6162
dotnet: true
6263
haskell: true
@@ -167,8 +168,8 @@ jobs:
167168
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
168169
- name: Update package versions
169170
run: |
170-
make generate_latest_sbom
171-
make fetch_grid_scaler_resources
171+
# make generate_latest_sbom
172+
# make fetch_grid_scaler_resources
172173
make update_browser_versions_matrix
173174
- name: Tag browser images
174175
if: github.event.inputs.skip-build-push-image != 'true'

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Free Disk Space (Ubuntu)
3131
uses: jlumbroso/free-disk-space@main
3232
with:
33+
tool-cache: true
3334
android: true
3435
dotnet: true
3536
haskell: true
@@ -105,8 +106,8 @@ jobs:
105106
max_attempts: 3
106107
retry_wait_seconds: 120
107108
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_nightly
108-
- name: Update package versions
109-
run: make generate_nightly_sbom
109+
# - name: Update package versions
110+
# run: make generate_nightly_sbom
110111
- name: Get current latest tag
111112
run: echo "LATEST_TAG=$(git describe --tags --abbrev=0 --exclude=nightly --exclude=selenium-grid*)" >> $GITHUB_ENV
112113
- name: Display latest tag

0 commit comments

Comments
 (0)