Skip to content

Commit a5ecd9f

Browse files
don't fail fast to see if x86 passes
Signed-off-by: Adrian Cole <[email protected]>
1 parent 564105b commit a5ecd9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-chatbot-rag-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ env:
2929

3030
jobs:
3131
build-image:
32+
timeout-minutes: 90 # instead of 360 by default
3233
strategy:
34+
fail-fast: false # don't fail fast as sometimes failures are arch specific
3335
matrix:
3436
runner:
3537
- ubuntu-24.04

0 commit comments

Comments
 (0)