From 695e4a4ab7e9164def517f8a6c8f1271dccf82a6 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 19 Jun 2022 14:03:33 +0200 Subject: Change update schedule back to one a week and add manual dispatch option --- .github/workflows/update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 79b8513..8e74a70 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,9 @@ name: Update the repository with the latest base16 colorschemes on: + workflow_dispatch: schedule: - - cron: "* * * * *" # https://crontab.guru/every-minute + - cron: "* * * * 0" # https://crontab.guru/every-week + jobs: run: runs-on: ubuntu-latest -- cgit v1.2.3