Skip to content

Commit 2551531

Browse files
authored
Adds fail-fast on build job (#678)
* Remove useless build for system-tests * Use fail-fast with the complete list * Removes Pr event
1 parent 5f0ad54 commit 2551531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_layer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Layers for system-Tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- "main"
@@ -10,6 +11,7 @@ jobs:
1011
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
1112

1213
strategy:
14+
fail-fast: false
1315
matrix:
1416
arch: [arm64, amd64]
1517
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)