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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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