Don't error when cleanup action fails

This commit is contained in:
Julian Ospald 2024-01-30 15:52:32 +08:00
parent 318ac21e41
commit d0538a50e0
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
steps:
- uses: docker://arm64v8/ubuntu:focal
name: Cleanup (aarch64 linux)
continue-on-error: true
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
@ -93,6 +94,7 @@ jobs:
steps:
- uses: docker://arm64v8/ubuntu:focal
name: Cleanup (aarch64 linux)
continue-on-error: true
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

View File

@ -105,6 +105,7 @@ jobs:
steps:
- uses: docker://arm64v8/debian:10
name: Cleanup (aarch64 linux)
continue-on-error: true
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
@ -348,6 +349,7 @@ jobs:
steps:
- uses: docker://arm64v8/debian:10
name: Cleanup (aarch64 linux)
continue-on-error: true
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"