Add per-branch concurrency to check workflow

This commit is contained in:
Marshall Polaris 2022-05-21 12:55:20 -07:00
parent 1008c8a9fc
commit 767ec81205

View File

@ -1,5 +1,9 @@
name: Check PRs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [main]