This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 6c60f4fee2a [hotfix][build] Concurrent runs for PR should be cancelled
6c60f4fee2a is described below
commit 6c60f4fee2a8da6990738dc0c5b479f7f2accba8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed May 13 23:21:59 2026 +0200
[hotfix][build] Concurrent runs for PR should be cancelled
---
.github/workflows/ci.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 71fe223d841..3894432ecc3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,10 @@ on:
- '.gitattributes'
workflow_dispatch:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
+ cancel-in-progress: true
+
permissions: read-all
jobs: