Skip to content

Commit

Permalink
update pricing every day at 8:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
def authored Nov 21, 2023
1 parent a03b6d6 commit bd30a32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-cost.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: update-cost
on: [push]
on:
schedule:
- cron: "0 8 * * *"

jobs:
build:
Expand All @@ -21,4 +23,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: data
target-folder: data
target-folder: data

0 comments on commit bd30a32

Please sign in to comment.