We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37055a1 commit 1650fa3Copy full SHA for 1650fa3
.github/workflows/dev.yml
@@ -361,8 +361,7 @@ jobs:
361
&& (
362
matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+hlab')
363
|| !matrix.hybrid && contains(github.event.pull_request.labels.*.name, 'ci:-vlab')
364
- ) && (
365
- matrix.upgradefrom == '' || contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
+ || matrix.upgradefrom != '' && contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
366
)
367
368
|| github.event_name == 'workflow_dispatch'
0 commit comments