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 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
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
You can’t perform that action at this time.
0 commit comments