gyfora opened a new pull request, #963: URL: https://github.com/apache/flink-kubernetes-operator/pull/963
Currently there is only one instance of a workflow runs against a given target branch. This means merges to main for example cancel all current in progress PRs open against main. And one PR cancels the others CI runs against the same branch. This pr changes the concurrency to one per workflow per PR by using: `github.ref_name` Definition: ``` The short ref name of the branch or tag that triggered the workflow run. This value matches the branch or tag name shown on GitHub. For example, feature-branch-1. For pull requests, the format is <pr_number>/merge. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
