File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 9
9
permissions :
10
10
contents : read
11
11
12
+ concurrency :
13
+ group : ${{ github.event.pull_request.number || github.ref }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
doctests :
14
18
runs-on : ubuntu-latest
28
32
- name : .NET Core 7
29
33
uses : actions/setup-dotnet@v2
30
34
with :
31
- dotnet-version : ' 7.0.x'
35
+ dotnet-version : ' 7.0.x'
32
36
- name : run tests
33
37
working-directory : tests/Doc
34
38
run : |
Original file line number Diff line number Diff line change 11
11
schedule :
12
12
- cron : " 0 1 * * *"
13
13
14
+ concurrency :
15
+ group : ${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress : true
17
+
14
18
jobs :
15
19
dotnet_6_cluster :
16
20
name : .NET 6 on [redis-stack cluster]
Original file line number Diff line number Diff line change 1
1
name : spellcheck
2
+
2
3
on :
3
4
pull_request :
5
+
6
+ concurrency :
7
+ group : ${{ github.event.pull_request.number || github.ref }}
8
+ cancel-in-progress : true
9
+
4
10
jobs :
5
11
check-spelling :
6
12
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments