Skip to content

Commit

Permalink
add schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gmguarino committed Feb 9, 2024
1 parent 6d338b2 commit 3ce5bb0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dashboard_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
# Sequence of patterns matched against refs/heads
branches:
- main

# to be able to force deploy

schedule: # Run every day at 8am
# * is a special character in YAML so you have to quote this string
- cron: '0 8 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


Expand Down

0 comments on commit 3ce5bb0

Please sign in to comment.