File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
You can’t perform that action at this time.
0 commit comments