mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08: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
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…
x
Reference in New Issue
Block a user