Commit 703c401
committed
ci: fix for..of loop inside workflows dispatcher
Wrong usage of the for loop was causing CI to fail triggering.
Use for..of to iterate over an array of strings instead of for..in.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>1 parent 5b5386c commit 703c401
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments