Skip to content

Commit 7171e70

Browse files
committed
[bfops/unity-test-tweaks]: uncomment
1 parent 016b154 commit 7171e70

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/csharp-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
needs: gate
4545
runs-on: ubuntu-latest
4646
# Cancel any previous testsuites running on the same PR and/or ref.
47-
# TODO: Uncomment this before merging!
48-
# concurrency:
49-
# group: ci-${{ github.event.pull_request.number || github.ref }}
50-
# cancel-in-progress: true
47+
concurrency:
48+
group: ci-${{ github.event.pull_request.number || github.ref }}
49+
cancel-in-progress: true
5150
steps:
5251
- name: Checkout repository
5352
uses: actions/checkout@v4

0 commit comments

Comments
 (0)