Bump artifact size limit for CI to 100GB
This commit is contained in:
parent
6f8e03470c
commit
492c3a1e83
3 changed files with 3 additions and 3 deletions
2
.github/actions/run_tests/action.yml
vendored
2
.github/actions/run_tests/action.yml
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue