File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 99permissions :
1010 contents : read
1111
12+ concurrency :
13+ group : ${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 doctests :
1418 runs-on : ubuntu-latest
2832 - name : .NET Core 7
2933 uses : actions/setup-dotnet@v2
3034 with :
31- dotnet-version : ' 7.0.x'
35+ dotnet-version : ' 7.0.x'
3236 - name : run tests
3337 working-directory : tests/Doc
3438 run : |
Original file line number Diff line number Diff line change 1111 schedule :
1212 - cron : " 0 1 * * *"
1313
14+ concurrency :
15+ group : ${{ github.event.pull_request.number || github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 dotnet_6_cluster :
1620 name : .NET 6 on [redis-stack cluster]
Original file line number Diff line number Diff line change 11name : spellcheck
2+
23on :
34 pull_request :
5+
6+ concurrency :
7+ group : ${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : true
9+
410jobs :
511 check-spelling :
612 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments