From 8d8924a478683bf884646d24dce5e72303bf9d32 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 8 Mar 2024 08:32:17 +0000 Subject: [PATCH] Run the build script on a cron and remove the old update action --- .gitea/workflows/build-and-copy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-copy.yaml b/.gitea/workflows/build-and-copy.yaml index 847d687..2b8a3f5 100644 --- a/.gitea/workflows/build-and-copy.yaml +++ b/.gitea/workflows/build-and-copy.yaml @@ -1,7 +1,8 @@ name: Build and copy to prod on: push: - + schedule: + - cron: '@hourly' jobs: build-and-copy: runs-on: ubuntu-latest