This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new 68596830 [ci] PRs should not cancel each others or traget branches CI runs 68596830 is described below commit 68596830b890e5ffe68c0369d2566d76375936b7 Author: Gyula Fora <g_f...@apple.com> AuthorDate: Thu Mar 27 08:25:28 2025 +0100 [ci] PRs should not cancel each others or traget branches CI runs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2dd76da..724d23d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ on: - release-* pull_request: concurrency: - group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true jobs: