Bump artifact size limit for CI to 100GB

This commit is contained in:
Piotr Osiewicz 2023-11-22 15:14:24 +01:00
parent 6f8e03470c
commit 492c3a1e83
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ runs:
- name: Limit target directory size
shell: bash -euxo pipefail {0}
run: script/clear-target-dir-if-larger-than 70
run: script/clear-target-dir-if-larger-than 100
- name: Run check
shell: bash -euxo pipefail {0}