File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 tags :
88 - ' v*.*.*'
99
10+ concurrency :
11+ group : publish-${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
1013defaults :
1114 run :
1215 working-directory : python
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: BuildAndTest
33on :
44 workflow_dispatch :
55
6+ concurrency :
7+ group : build-and-test-${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
69defaults :
710 run :
811 working-directory : python
Original file line number Diff line number Diff line change 77 branches : [ main, master ]
88 workflow_dispatch :
99
10+ concurrency :
11+ group : cpp-ci-${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
1013jobs :
1114 build-and-test :
1215 strategy :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- tags :
8- - ' v*.*.*'
97 paths :
108 - ' docs/**'
119 - ' python/**'
1210 - ' .readthedocs.yaml'
1311 - ' .github/workflows/docs.yml'
1412 workflow_dispatch :
1513
14+ concurrency :
15+ group : docs-${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1618jobs :
1719 trigger-rtd :
1820 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments