Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenrhodes authored Jan 8, 2024
1 parent 763e629 commit 3005afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
concurrency:
group: deployment-frontend-dev
cancel-in-progress: true

env:
DEPLOY_APP_CUSTOMERS: ${{ github.event_name == 'schedule' && 'true' || github.event.inputs.DEPLOY_APP_CUSTOMERS }}
DEPLOY_APP_CUSTOMERS: ${{ github.event_name == 'schedule' && 'true' || github.event.inputs.DEPLOY_APP_CUSTOMERS }}

jobs:
fe-customers:
Expand Down

0 comments on commit 3005afb

Please sign in to comment.