Skip to content

Commit

Permalink
230911.012239.HKT set swap-storage: false in free-disk-space. Thi…
Browse files Browse the repository at this point in the history
…s is important, or the runner may be shut down due to memory starvation.
  • Loading branch information
zaikunzhang committed Sep 10, 2023
1 parent 9c6ce04 commit b25e404
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
haskell: true
large-packages: true
docker-images: true
swap-storage: true
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down

0 comments on commit b25e404

Please sign in to comment.