File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- 7.1.2
1
+ 7.2.0
Original file line number Diff line number Diff line change 25
25
with : { clang-format-version: "18" }
26
26
27
27
test-windows :
28
- if : github.event_name == 'merge_group'
28
+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
29
29
runs-on : windows-latest
30
30
steps :
31
31
- uses : actions/cache@v4
41
41
working-directory : test
42
42
43
43
test-linux :
44
- if : github.event_name == 'merge_group'
44
+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 1
1
startup --windows_enable_symlinks
2
2
common --enable_bzlmod
3
3
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
4
+ common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
4
5
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5
6
common --registry=https://bcr.bazel.build
6
7
build --enable_platform_specific_config
Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" github>ecsact-dev/renovate-config"
5
5
]
6
- }
6
+ }
You can’t perform that action at this time.
0 commit comments