Skip to content

Commit

Permalink
Disable GitHub scheduled actions due to billing issue (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpick authored Jul 15, 2024
1 parent 4886d85 commit 12e15be
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 12e15be

Please sign in to comment.