We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016b154 commit 7171e70Copy full SHA for 7171e70
1 file changed
.github/workflows/csharp-test.yml
@@ -44,10 +44,9 @@ jobs:
44
needs: gate
45
runs-on: ubuntu-latest
46
# 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
+ concurrency:
+ group: ci-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
51
steps:
52
- name: Checkout repository
53
uses: actions/checkout@v4
0 commit comments