From: Daniele Varrazzo Date: Wed, 4 Jun 2025 15:40:29 +0000 (+0100) Subject: ci: cancel concurrent binary build jobs X-Git-Tag: 3.2.10~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e171d0f5cc71bee97b3553f2cc73201c7f274b61;p=thirdparty%2Fpsycopg.git ci: cancel concurrent binary build jobs --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 65f5663b2..49f62ef03 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -35,6 +35,11 @@ env: # Latest release: https://www.openssl.org/source/ OPENSSL_VERSION: "3.5.0" +concurrency: + # Cancel older requests of the same workflow in the same branch. + group: ${{ github.workflow }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: linux: # {{{