From bd30a32719c314fd6b4f20fb6e60942fa94644c5 Mon Sep 17 00:00:00 2001 From: Nikolay Sivko Date: Tue, 21 Nov 2023 10:48:39 +0300 Subject: [PATCH] update pricing every day at 8:00 UTC --- .github/workflows/update-cost.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cost.yaml b/.github/workflows/update-cost.yaml index 13cfd3c..cdc3f27 100644 --- a/.github/workflows/update-cost.yaml +++ b/.github/workflows/update-cost.yaml @@ -1,5 +1,7 @@ name: update-cost -on: [push] +on: + schedule: + - cron: "0 8 * * *" jobs: build: @@ -21,4 +23,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: data - target-folder: data \ No newline at end of file + target-folder: data