]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: cancel concurrent binary build jobs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 4 Jun 2025 15:40:29 +0000 (16:40 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 4 Jun 2025 17:31:39 +0000 (18:31 +0100)
.github/workflows/packages-bin.yml

index 09136d47b5831f1b8a05ffdd3a0bb4dfab954f47..d801a29c5a8f77918cd9cfa39b7ad8c9be6faeb6 100644 (file)
@@ -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:  # {{{