mirror of https://github.com/vector-im/riot-web
Update triage workflow to fix conditional (#19682)
Docs say to use curly brackets, internet says that can break multiline conditionals. Trying to fix the if statement applying only to the first step in the job and the second step ignoring the conditional. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>pull/19759/head
parent
28f00498a2
commit
8e279116ae
|
@ -83,8 +83,7 @@ jobs:
|
|||
name: Move A-Voice Messages to Voice message board
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{
|
||||
contains(github.event.issue.labels.*.name, 'A-Voice Messages') }}
|
||||
contains(github.event.issue.labels.*.name, 'A-Voice Messages')
|
||||
steps:
|
||||
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue