File tree Expand file tree Collapse file tree 6 files changed +22
-2
lines changed Expand file tree Collapse file tree 6 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 build :
1115 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 clang_format :
1115 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 sanitize :
1115 strategy :
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 test :
1115 strategy :
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 build :
1115 strategy :
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ CPMAddPackage(
2121 NAME
2222 couchbase_cxx_client
2323 GIT_TAG
24- 1.0.3
24+ 1.0.4
2525 VERSION
26- 1.0.3
26+ 1.0.4
2727 GITHUB_REPOSITORY
2828 "couchbase/couchbase-cxx-client"
2929 OPTIONS
You can’t perform that action at this time.
0 commit comments