Closed rzadp closed 5 months ago
I'd also add concurrency section after on: to skip previous runs
on:
concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true
Good call, done.
I'd also add concurrency section after
on:
to skip previous runs