Skip to content

Commit da32561

Browse files
GitHKAndrei Neagu
andauthored
🎨 Maintenance: sets a timeout to [build] docker images stage (#6152)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent c4e4dc4 commit da32561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
# in PR calls this step is anyway skipped
268268
needs: changes
269269
if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
270+
timeout-minutes: 30
270271
runs-on: ${{ matrix.os }}
271272
strategy:
272273
matrix:

0 commit comments

Comments
 (0)