fix bug in yaml parsing for github workflows (#1725)
* fix bug in yaml parsing for github workflows
* fix kibana version
Removed changes from:
- etc/packages.yml
(selectively cherry picked from commit f7d93e20d4)
This commit is contained in:
committed by
github-actions[bot]
parent
59b6d6dd08
commit
bf9240a201
@@ -56,7 +56,7 @@ jobs:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
# 7.17 was intentionally skipped because it was added late and was bug fix only
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, 8.0]
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user