Skip to content

Commit 713be06

Browse files
committed
ci: set RUNNER_ENVIRONMENT=github-hosted for free-disk-space script
1 parent 5fbeb1e commit 713be06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/abi-cafe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151

5252
- name: Free disk space
5353
if: runner.os == 'Linux'
54+
env:
55+
RUNNER_ENVIRONMENT: github-hosted
5456
run: .github/scripts/free-disk-space.sh
5557

5658
- name: Cache cargo target dir

0 commit comments

Comments
 (0)