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