File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types : [labeled]
6
6
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ cancel-in-progress : true
10
+
7
11
jobs :
8
12
avr-compile-all :
9
13
if : github.event.label.name == 'ci:hal'
Original file line number Diff line number Diff line change 6
6
- develop
7
7
- develop-**
8
8
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress : true
12
+
9
13
jobs :
10
14
build-upload-docs :
11
15
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Run tests on Linux
2
2
3
3
on : [pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
unittests-linux-generic :
7
11
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Run tests on MacOS
2
2
3
3
on : [pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
macos_testing :
7
11
runs-on : macos-13
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Run tests on Windows
2
2
3
3
on : [pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
windows_testing :
7
11
runs-on : windows-2022
You can’t perform that action at this time.
0 commit comments