From afb5c8f83028ea78fb95d3af32fe2cb8492045e7 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 1 Mar 2024 18:00:28 +0000 Subject: [PATCH] Sync mirror weekly, instead of on update --- .github/workflows/sync-mirror.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sync-mirror.yml b/.github/workflows/sync-mirror.yml index 3840105..672ab86 100644 --- a/.github/workflows/sync-mirror.yml +++ b/.github/workflows/sync-mirror.yml @@ -1,8 +1,6 @@ # Pushes the contents of the repo to the Codeberg mirror name: 🪞 Mirror to Codeberg on: - push: - branches: [ 'main' ] workflow_dispatch: # Manual dispatch schedule: - cron: '0 5 * * 6'