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 28
28
if : >-
29
29
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
30
30
|| (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')
31
32
runs-on : windows-latest
32
33
steps :
33
34
- uses : actions/cache@v4
46
47
if : >-
47
48
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
48
49
|| (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')
49
51
runs-on : ubuntu-latest
50
52
steps :
51
53
- uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments