Update build.yml

This commit is contained in:
Liam DeBeasi
2023-04-03 12:25:41 -04:00
committed by GitHub
parent e1db1ca7cb
commit 363c3acf0f

View File

@@ -4,6 +4,14 @@ on:
pull_request:
branches: [ '**' ]
merge_group:
# When pushing a new commit we should
# cancel the previous test run to not
# consume more runners than we need to.
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
build-core: