From e5951daa3d4ce702c0fbe6a96b588a49a4ba3055 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 11 May 2024 04:38:46 +0300 Subject: [PATCH] CI: run weekly --- .github/workflows/convert-schemes.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/convert-schemes.yaml b/.github/workflows/convert-schemes.yaml index 5ddc95f..633444b 100644 --- a/.github/workflows/convert-schemes.yaml +++ b/.github/workflows/convert-schemes.yaml @@ -1,12 +1,9 @@ name: Convert YAML to JSON on: - push: - branches: - - main - pull_request: - branches: - - main + workflow_dispatch: + schedule: + - cron: "0 3 * * sat" # every saturday at 3AM jobs: nix: