erickguan commented on code in PR #7642:
URL: https://github.com/apache/opendal/pull/7642#discussion_r3327943728
##########
.github/workflows/ci_bindings_c.yml:
##########
@@ -33,7 +33,7 @@ on:
workflow_dispatch:
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
+ group: binding_c-${{ github.ref }}-${{ github.event_name }}
Review Comment:
I want to share the same concurrency group with
`.github/workflows/test_behavior_binding_c.yml`.
Each binding shares the same concurrency group. If there are multiple
workflows for a binding, these workflows will run in sequence.
--
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]