Skip to content

Commit f7e5f19

Browse files
committed
chore: sync with ecsact_common
1 parent 2677d39 commit f7e5f19

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.2.0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with: { clang-format-version: "18" }
2626

2727
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]')
2929
runs-on: windows-latest
3030
steps:
3131
- uses: actions/cache@v4
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: test
4242

4343
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]')
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/cache@v4

bazel/common.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
startup --windows_enable_symlinks
22
common --enable_bzlmod
33
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
45
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
56
common --registry=https://bcr.bazel.build
67
build --enable_platform_specific_config

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"extends": [
44
"github>ecsact-dev/renovate-config"
55
]
6-
}
6+
}

0 commit comments

Comments
 (0)