This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7047e0326f8 add concurrency in update-constrants-on-push (#64645)
7047e0326f8 is described below

commit 7047e0326f8d6f1e890fa0cd5294a46e214b9fe7
Author: Henry Chen <[email protected]>
AuthorDate: Fri Apr 3 20:18:34 2026 +0800

    add concurrency in update-constrants-on-push (#64645)
---
 .github/workflows/update-constraints-on-push.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/update-constraints-on-push.yml 
b/.github/workflows/update-constraints-on-push.yml
index 3dcd806c3ae..182ad7374e4 100644
--- a/.github/workflows/update-constraints-on-push.yml
+++ b/.github/workflows/update-constraints-on-push.yml
@@ -26,6 +26,10 @@ on:  # yamllint disable-line rule:truthy
       - 'uv.lock'
 permissions:
   contents: read
+
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}
+  cancel-in-progress: true
 env:
   GITHUB_REPOSITORY: ${{ github.repository }}
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to