From d75fe2b9a9712c41325602637f8837fd808d4fa6 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Mon, 17 Jun 2024 21:49:40 +0100 Subject: [PATCH] _actually_ build on each hour --- .gitea/workflows/build-and-copy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-copy.yaml b/.gitea/workflows/build-and-copy.yaml index c66f0ec..d166924 100644 --- a/.gitea/workflows/build-and-copy.yaml +++ b/.gitea/workflows/build-and-copy.yaml @@ -2,7 +2,7 @@ name: Build and copy to prod on: push: schedule: - - cron: '* * * * *' + - cron: '0 * * * *' jobs: build-and-copy: runs-on: ubuntu-latest