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) }}