Skip to content

Commit 570a03b

Browse files
hfmehmedKSP Auto Pick
authored andcommitted
Remove timeout setting from GitHub Actions workflow
Removed the timeout setting for the job in the workflow. (cherry picked from commit c959b2f)
1 parent 88f7a55 commit 570a03b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
# The type of runner that the job will run on
2727
runs-on: ${{ matrix.os }}
2828

29-
timeout-minutes: 180
30-
3129
steps:
3230
- name: Free Disk Space (Ubuntu)
3331
if: matrix.os == 'ubuntu-latest'
@@ -45,7 +43,6 @@ jobs:
4543
sudo rm -rf /usr/local/graalvm/
4644
sudo rm -rf /usr/local/share/powershell
4745
sudo rm -rf /usr/local/share/chromium
48-
sudo rm -rf /usr/local/lib/node_modules
4946
5047
sudo docker image prune --all --force
5148

0 commit comments

Comments
 (0)