Skip to content

Commit

Permalink
do not upload standalone for a feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Nov 7, 2022
1 parent 5f86a61 commit 1fbcb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
fi
- name: Upload CDAP Standalone
if: ${{ matrix.branch == 'develop' || startsWith(matrix.branch, 'release/') }}
uses: actions/upload-artifact@v3 # https://github.com/actions/upload-artifact#zipped-artifact-downloads
with:
name: cdap-sandbox-${{env.CDAP_VERSION}}.zip
Expand Down

0 comments on commit 1fbcb64

Please sign in to comment.