Skip to content

Commit 1650fa3

Browse files
committed
fix(ci): fix upgrade skip logic
Signed-off-by: Emanuele Di Pascale <[email protected]>
1 parent 37055a1 commit 1650fa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,7 @@ jobs:
361361
&& (
362362
matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+hlab')
363363
|| !matrix.hybrid && contains(github.event.pull_request.labels.*.name, 'ci:-vlab')
364-
) && (
365-
matrix.upgradefrom == '' || contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
364+
|| matrix.upgradefrom != '' && contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
366365
)
367366
368367
|| github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)