mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-29 12:58:49 +02:00
set fail-fast to true
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
chunk: ${{ fromJson(needs.generate-matrix.outputs.chunks) }}
|
chunk: ${{ fromJson(needs.generate-matrix.outputs.chunks) }}
|
||||||
max-parallel: 3
|
max-parallel: 3
|
||||||
fail-fast: false
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user