From 2d6cdef75d2bf6cf55e295b8a0d536a625356d47 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:38:11 +0200 Subject: [PATCH] Stop github form cancelling related workflows early --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c2f3c88f..0fcf596b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: ruby: ['3.2', '3.3', '3.4'] + fail-fast: false runs-on: ubuntu-latest env: RAILS_ENV: test -- 2.39.5