Update build.yml

This commit is contained in:
Liam DeBeasi
2023-04-03 12:40:42 -04:00
committed by GitHub
parent 2399c90d37
commit 8bed09d8a9

View File

@@ -9,7 +9,7 @@ on:
# cancel the previous test run to not
# consume more runners than we need to.
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.ref }}
cancel-in-progress: true