mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Removed time-outs
They will cancel running jobs not idle waiting Contributes to CURA-10475 and CURA-10591
This commit is contained in:
parent
69bdcfa52f
commit
86aaaf4677
3 changed files with 0 additions and 3 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
@ -82,7 +82,6 @@ env:
|
|||
|
||||
jobs:
|
||||
cura-installer-create:
|
||||
timeout-minutes: 30
|
||||
runs-on: ${{ inputs.operating_system }}
|
||||
|
||||
steps:
|
||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -90,7 +90,6 @@ env:
|
|||
|
||||
jobs:
|
||||
cura-installer-create:
|
||||
timeout-minutes: 30
|
||||
runs-on: ${{ inputs.operating_system }}
|
||||
|
||||
outputs:
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -82,7 +82,6 @@ env:
|
|||
|
||||
jobs:
|
||||
cura-installer-create:
|
||||
timeout-minutes: 30
|
||||
runs-on: ${{ inputs.operating_system }}
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue