Skip to content

Commit ca33f15

Browse files
committed
[bfops/unity-test-tweaks]: remove cancel previous behavior
1 parent ba1da34 commit ca33f15

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/csharp-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
needs: gate
4141
runs-on: ubuntu-latest
4242
# Cancel any previous testsuites running on the same PR and/or ref.
43-
concurrency:
44-
group: ci-${{ github.event.pull_request.number || github.ref }}
45-
cancel-in-progress: true
43+
# TODO: Uncomment this before merging!
44+
# concurrency:
45+
# group: ci-${{ github.event.pull_request.number || github.ref }}
46+
# cancel-in-progress: true
4647
steps:
4748
- name: Checkout repository
4849
uses: actions/checkout@v4

0 commit comments

Comments
 (0)