Skip to content

Commit

Permalink
Removed time-outs
Browse files Browse the repository at this point in the history
They will cancel running jobs not idle waiting

Contributes to CURA-10475 and CURA-10591
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent 69bdcfa commit 86aaaf4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ env:

jobs:
cura-installer-create:
timeout-minutes: 30
runs-on: ${{ inputs.operating_system }}

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ env:

jobs:
cura-installer-create:
timeout-minutes: 30
runs-on: ${{ inputs.operating_system }}

outputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ env:

jobs:
cura-installer-create:
timeout-minutes: 30
runs-on: ${{ inputs.operating_system }}

outputs:
Expand Down

0 comments on commit 86aaaf4

Please sign in to comment.