Skip to content

Commit

Permalink
do not fail the workflow when cleaning up disk space fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Sep 5, 2024
1 parent eb64d49 commit 822b281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
- name: Removed unused apps (MacOS arm64)
if: ${{ matrix.os == 'macos-latest-xlarge' && env.gcloud_archive_exist == '' }}
continue-on-error: true
shell: bash
run: |
# MacOS arm64 runner only has 14GB avaialble, which is too small for our builds, so removing unused softwared.
Expand Down

0 comments on commit 822b281

Please sign in to comment.