Skip to content

Commit

Permalink
chore: add conditional to app deploy build ui job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Dec 17, 2024
1 parent 772c68e commit 41b4519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
name: Builds UI
needs: [deploy-api, deploy-cloudfront]
runs-on: ubuntu-24.04
if: ${{ inputs.command == 'apply' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 41b4519

Please sign in to comment.