mbutrovich opened a new pull request, #4064: URL: https://github.com/apache/datafusion-comet/pull/4064
## Which issue does this PR close? Closes #. ## Rationale for this change Several workflows were missing the `concurrency` block, meaning in-progress CI runs were not cancelled when new commits were pushed. This is especially wasteful for the Miri workflow, which is long-running. The other three (`codeql`, `pr_missing_suites`, `validate_workflows`) are short but should be consistent with the rest of the repo. ## What changes are included in this PR? Adds `concurrency` with `cancel-in-progress: true` to four workflows: - `miri.yml` - `codeql.yml` - `pr_missing_suites.yml` - `validate_workflows.yml` ## How are these changes tested? Workflow syntax only. The `concurrency` block is already used by all other PR-triggered workflows in this repo. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
