Closed ClientCrash closed 2 years ago
It would be cool if you could also add the pr concurrency
https://stackoverflow.com/a/71158335
Stack OverflowI would like to limit concurrency to one run for my workflow: on: pull_request: paths: - 'foo/**' push: paths: - 'foo/**' concurrency: group: ${{ github.workflow }}-${{ ...
This reduces the action runs and removes the unecessary wait time if parts of the project change which do not interfere with the code of the project.