Skip to content

Commit

Permalink
REVERT LATER: add hack build app for vite migration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 26, 2024
1 parent dd6b428 commit c95915d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ jobs:
echo "both develop builds for edge"
echo 'variants=["release", "internal-release"]' >> $GITHUB_OUTPUT
echo 'type=develop' >> $GITHUB_OUTPUT
elif [ "${{github.event_name}}" = "workflow_dispatch" ] ; then
echo "both develop builds on manual triggers"
elif [ "${{ format('{0}', endsWith(github.ref, 'protocol_designer-migrate-webpack-to-vite')) }}" = "true" ] ; then
echo "REMOVE THIS AFTER APP TESTS ARE MIGRATED"
echo "HACK: run release builds for the vite migration branch"
echo 'variants=["release", "internal-release"]' >> $GITHUB_OUTPUT
echo 'type=develop' >> $GITHUB_OUTPUT
elif [ "${{ format('{0}', endsWith(github.ref, 'app-build-internal')) }}" = "true" ] ; then
Expand Down

0 comments on commit c95915d

Please sign in to comment.