diff options
author | Jamy Golden <jamy@jamygolden.com> | 2022-06-20 23:16:42 +0200 |
---|---|---|
committer | Jamy Golden <jamy@jamygolden.com> | 2022-06-20 23:16:42 +0200 |
commit | b97803edefe1d486530ba1a526ba261d784c81fc (patch) | |
tree | 82c37869fc9cb834a29ab9d54405e97b90daffed /.github/workflows | |
parent | 5869a3253ea43b8b70956037a914bcb5a326416d (diff) |
Change back to weekly cron job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1ebf8da..c8a277f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,7 +2,7 @@ name: Update with the latest base16 colorschemes on: workflow_dispatch: schedule: - - cron: "* * * * 0" # https://crontab.guru/every-week + - cron: "0 0 * * 0" # https://crontab.guru/every-week jobs: run: |