Skip to content

Commit 2bd11b3

Browse files
committed
chore: sync with ecsact_common
1 parent 92f1cc9 commit 2bd11b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0
1+
8.0.0

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: greut/eclint-action@v0
2424
- uses: jidicula/clang-format-action@v4.11.0
25-
with: { clang-format-version: "18" }
25+
with: { clang-format-version: "19" }
2626

2727
test-windows:
2828
if: >-
2929
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
3030
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
31+
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
3132
runs-on: windows-latest
3233
steps:
3334
- uses: actions/cache@v4
@@ -46,6 +47,7 @@ jobs:
4647
if: >-
4748
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
4849
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
50+
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
4951
runs-on: ubuntu-latest
5052
steps:
5153
- uses: actions/cache@v4

0 commit comments

Comments
 (0)