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