File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929jobs :
3030 validate :
3131 runs-on : ubuntu-24.04
32+ timeout-minutes : 30 # guardrails timeout for the whole job
3233 strategy :
3334 fail-fast : false
3435 matrix :
4950
5051 test :
5152 runs-on : ${{ matrix.os }}
53+ timeout-minutes : 30 # guardrails timeout for the whole job
5254 strategy :
5355 fail-fast : false
5456 matrix :
@@ -124,6 +126,7 @@ jobs:
124126
125127 test-sandboxed :
126128 runs-on : ubuntu-24.04
129+ timeout-minutes : 30 # guardrails timeout for the whole job
127130 steps :
128131 -
129132 name : Set up Docker Buildx
@@ -145,6 +148,7 @@ jobs:
145148
146149 build :
147150 runs-on : ubuntu-24.04
151+ timeout-minutes : 30 # guardrails timeout for the whole job
148152 permissions :
149153 # required to create GitHub release
150154 contents : write
@@ -194,6 +198,7 @@ jobs:
194198
195199 build-deb :
196200 runs-on : ubuntu-24.04
201+ timeout-minutes : 30 # guardrails timeout for the whole job
197202 steps :
198203 -
199204 name : Checkout
You can’t perform that action at this time.
0 commit comments