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 da76798 commit c43b378
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: Deployment Frontend (DEV)
on:
workflow_dispatch:
inputs:
DEPLOY_APP_CUSTOMERS:
type: boolean
description: "(Customers) Enable customer app deployment"
default: true
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
schedule:
# Run once a day. 7PM UTC.
- cron: "0 19 * * *"
Expand Down

0 comments on commit c43b378

Please sign in to comment.