Skip to content

Commit

Permalink
Fix parsing of custom matrix using legacy syntax
Browse files Browse the repository at this point in the history
We should remove this additional logic as soon
as repositories switch to the new JSON syntax
for custom matrix inputs.

Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jul 16, 2024
1 parent b207344 commit f307417
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 140 deletions.
127 changes: 59 additions & 68 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ jobs:
],
"environment": ["test"]
}
custom_publish_matrix: foo,bar
custom_runs_on: >
[["ubuntu-latest"]]
release_notes: true
restrict_custom_actions: false
Loading

0 comments on commit f307417

Please sign in to comment.