test remove concurrency

This commit is contained in:
Liam DeBeasi
2023-02-08 12:48:13 -05:00
committed by GitHub
parent 776c9df24c
commit 7a9962f501

View File

@@ -6,13 +6,6 @@ on:
merge_group:
types: [checks_requested]
# When pushing a new commit we should
# cancel the previous test run to not
# consume more runners than we need to.
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-core:
runs-on: ubuntu-latest