Skip to content

Commit

Permalink
Merge pull request #1 from jimpick/jim_reenable_actions
Browse files Browse the repository at this point in the history
Re-enabled scheduled actions
  • Loading branch information
jimpick committed Jul 15, 2024
2 parents 12e15be + 18f2f31 commit 28679c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Daily

on:
push:
#schedule:
#- cron: "22 18 * * *"
schedule:
- cron: "22 18 * * *"
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Hourly

on:
push:
#schedule:
# - cron: "35 * * * *"
schedule:
- cron: "35 * * * *"
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hourly_liquidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Hourly Liquidation

on:
push:
#schedule:
# - cron: "5 * * * *"
schedule:
- cron: "5 * * * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit 28679c6

Please sign in to comment.