Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 committed Dec 4, 2023
1 parent e925c38 commit 6bcea42
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,27 @@ jobs:
- id: matrix
run: |
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
echo "branches=[
{
{
echo 'branches<<EOF'
[{
\"extension_branch\":\"BABEL_3_X_DEV\",
\"engine_branch\":\"BABEL_3_X_DEV__PG_15_X\"
}
]" >> $GITHUB_OUTPUT
}]
echo EOF
} >> "$GITHUB_OUTPUT"
else
echo "branches=[
{
{
echo 'branches<<EOF'
[{
\"extension_branch\":\"BABEL_3_X_DEV\",
\"engine_branch\":\"BABEL_3_X_DEV__PG_15_X\"
},
{
\"extension_branch\":\"BABEL_2_X_DEV\",
\"engine_branch\":\"BABEL_2_X_DEV__PG_14_X\"
}
]" >> $GITHUB_OUTPUT
}]
echo EOF
} >> "$GITHUB_OUTPUT"
fi
run-all-tests:
Expand Down

0 comments on commit 6bcea42

Please sign in to comment.