]> 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 19:09:31 +0000 (20:09 +0100)
.github/workflows/packages-bin.yml

index 65f5663b2c57b1dd8551c44e7206692f9090170e..49f62ef03d592682d05372f85043db1f446444dc 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:  # {{{