abnobdoss opened a new pull request, #767:
URL: https://github.com/apache/iceberg-cpp/pull/767

   ## What
   Add a concurrency block to the five workflows that don't have one — 
`cpp-linter`, `pre-commit`, `license_check`, `zizmor`, and `codeql`:
   
   ```yaml
   concurrency:
     group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ 
github.workflow }}
     cancel-in-progress: true
   ```
   
   ## Why
   The heavier workflows already cancel outdated runs, but these five don't - 
so pushing again to a PR leaves the old runs going and tying up runners. 
Grouping on `head_ref || sha` cancels superseded PR runs while leaving `main` 
and scheduled runs untouched.
   


-- 
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]

Reply via email to