This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new aca0852fe10 [v3-2-test] add concurrency in update-constrants-on-push
(#64645) (#64671)
aca0852fe10 is described below
commit aca0852fe1074eb059a4a0d9d700b8880ef7878a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 14:20:43 2026 +0200
[v3-2-test] add concurrency in update-constrants-on-push (#64645) (#64671)
(cherry picked from commit 7047e0326f8d6f1e890fa0cd5294a46e214b9fe7)
Co-authored-by: Henry Chen <[email protected]>
---
.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 }}