From 4292a20b29467e37e922d1336a821f85e0662adf Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 19 Jun 2022 13:52:05 +0200 Subject: Change cron schedule timer to test "update" workflow --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 7f886a9..79b8513 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: Update the repository with the latest base16 colorschemes on: schedule: - - cron: "0 0 * * 0" # https://crontab.guru/every-week + - cron: "* * * * *" # https://crontab.guru/every-minute jobs: run: runs-on: ubuntu-latest -- cgit v1.2.3