Skip to content

Commit

Permalink
Re-automate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-breed authored Aug 2, 2022
1 parent 375435e commit b9a54c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Take a snapshot of budget data

on:
# Run every day at 12am
# schedule:
# - cron: "0 0 * * *"
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
# workflow_dispatch:

jobs:
generate-data:
Expand Down

0 comments on commit b9a54c6

Please sign in to comment.