From aa1c3e497e44ea6c0366be357c0493c5bf5e96fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 10 Jun 2025 13:33:56 +0200 Subject: [PATCH] ci: Prevent cancelling in-progress Postgres and MySQL tests (#16179) --- .github/workflows/ci-postgres-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index f9fb3e20db..b103ab58f8 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -19,7 +19,7 @@ on: concurrency: group: db-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: false jobs: build: