File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1919
2020 build :
2121 runs-on : ubuntu-latest
22+ timeout-minutes : 10
2223
2324 steps :
2425 - name : Checkout
Original file line number Diff line number Diff line change 3434
3535 build-windows-maui :
3636 runs-on : windows-latest
37+ timeout-minutes : 20
3738
3839 steps :
3940 - name : Checkout
6970 installer-windows-maui :
7071 runs-on : windows-latest
7172 needs : build-windows-maui
73+ timeout-minutes : 10
7274
7375 steps :
7476 - name : Checkout
@@ -101,6 +103,7 @@ jobs:
101103
102104 build-linux-web-containers :
103105 runs-on : ubuntu-latest
106+ timeout-minutes : 10
104107
105108 steps :
106109 - name : Checkout
@@ -149,6 +152,7 @@ jobs:
149152
150153 build-linux-photino :
151154 runs-on : ubuntu-latest
155+ timeout-minutes : 10
152156
153157 steps :
154158 - name : Checkout
Original file line number Diff line number Diff line change 1111 # Pre-job to find the latest tag
1212 get-latest-tag :
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 2
1415 outputs :
1516 latest-tag : ${{ steps.latest-tag.outputs.tag }}
1617 steps :
2930 # Pre-job to find the latest RC tag
3031 get-latest-rc-tag :
3132 runs-on : ubuntu-latest
33+ timeout-minutes : 2
3234 outputs :
3335 latest-rc : ${{ steps.latest-rc.outputs.tag }}
3436 steps :
You can’t perform that action at this time.
0 commit comments