I think adding this in all our projects should do it: ```yaml name: Test concurrency: group: pr-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true on: push: branches: - main pull_request: workflow_dispatch: workflow_call: ```
I think adding this in all our projects should do it: