ci: Prevent cancelling in-progress Postgres and MySQL tests (#16179)

This commit is contained in:
Iván Ovejero
2025-06-10 13:33:56 +02:00
committed by GitHub
parent 670355420d
commit aa1c3e497e

View File

@@ -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: