aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamy Golden <jamy@jamygolden.com>2022-06-19 14:03:33 +0200
committerJamy Golden <jamy@jamygolden.com>2022-06-19 14:03:33 +0200
commit695e4a4ab7e9164def517f8a6c8f1271dccf82a6 (patch)
tree0ba3d777a27aae46a282f1f2bba7fed41079a54c
parent4292a20b29467e37e922d1336a821f85e0662adf (diff)
Change update schedule back to one a week and add manual dispatch option
-rw-r--r--.github/workflows/update.yml4
1 files changed, 3 insertions, 1 deletions
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