From 79af17a78b9f37d2723fc6fd3646dc78eaa4d317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 8 Jan 2025 17:20:10 +0100 Subject: [PATCH] Update .github/workflows/check-migrations.yml Co-authored-by: Adrian Catangiu --- .github/workflows/check-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 49927ccd7b..948ae5bf10 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -46,7 +46,7 @@ jobs: needs: [runtime-matrix] runs-on: ubuntu-latest strategy: - # Ensure the other jobs are continue + # Ensure the other jobs continue fail-fast: false matrix: runtime: ${{ fromJSON(needs.runtime-matrix.outputs.runtime) }}