From c6df26f7aa491e833a4c9da2c60064eab93e1d3e Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Thu, 30 May 2024 07:59:36 +0100 Subject: [PATCH] Run the cron every 15 minutes instead of every 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 dc14223..8d549dd 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: '@hourly' + - cron: '*/15 * * * *' jobs: build-and-copy: runs-on: ubuntu-latest