Correct concurrency group (#426)

* Correct concurrency group
This commit is contained in:
Jeremy B
2022-07-01 16:53:41 +02:00
committed by GitHub
parent 066a96c0ae
commit b57f91fcfc

View File

@@ -1,6 +1,6 @@
name: Diff
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.sha }}
cancel-in-progress: true
on: