NkwaTambe commented on issue #235:
URL:
https://github.com/apache/fineract-backoffice-ui/issues/235#issuecomment-5201909927
Hi @Aman-Mittal , I like to pick this up.
I've checked the current state of all five workflows, and two of them
already have a concurrency block:
- **zizmor.yml** => group: ${{ github.workflow }}-${{
github.event.pull_request.number || github.ref }}, cancel-in-progress: true
- **api-spec-sync.yml** => group: ${{ github.workflow }},
cancel-in-progress: false
So the remaining work is adding the block to ci.yml, e2e.yml, and
codeql.yml, using the recommended form:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
I'll open a PR shortly. Thanks!
--
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]