Skip to content

Commit

Permalink
Make the daily workflow runable using workflow_dispatch (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix authored Jun 7, 2023
1 parent 43e6277 commit a56d999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Daily
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule

on:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 5 * * *'
Expand Down

0 comments on commit a56d999

Please sign in to comment.