We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1da34 commit ca33f15Copy full SHA for ca33f15
1 file changed
.github/workflows/csharp-test.yml
@@ -40,9 +40,10 @@ jobs:
40
needs: gate
41
runs-on: ubuntu-latest
42
# 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
+# TODO: Uncomment this before merging!
+# concurrency:
+# group: ci-${{ github.event.pull_request.number || github.ref }}
46
+# cancel-in-progress: true
47
steps:
48
- name: Checkout repository
49
uses: actions/checkout@v4
0 commit comments