Skip to content

Commit

Permalink
Merge pull request #450 from cdapio/fix/release-67-but
Browse files Browse the repository at this point in the history
[CDAP-20773] Add release/6.7 branch for BUT build and remove release/6.8
  • Loading branch information
vsethi09 authored Aug 11, 2023
2 parents a831cf0 + c2b7533 commit d9fcceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
if [ ${{ github.event_name }} != "workflow_dispatch" ];
then
echo 'BRANCH_MATRIX={"include":[{"branch":"develop"}, {"branch":"release/6.8"}, {"branch":"release/6.9"}]}' >> $GITHUB_ENV
echo 'BRANCH_MATRIX={"include":[{"branch":"develop"}, {"branch":"release/6.7"}, {"branch":"release/6.9"}]}' >> $GITHUB_ENV
else
echo 'BRANCH_MATRIX={"include":[{"branch":"${{ github.event.inputs.branch }}"}]}' >> $GITHUB_ENV
if [ "${{ github.event.inputs.run_tests_with_retries }}" == "false" ]
Expand Down

0 comments on commit d9fcceb

Please sign in to comment.