diff options
| author | Jamy Golden <jamy@jamygolden.com> | 2022-06-19 13:52:05 +0200 | 
|---|---|---|
| committer | Jamy Golden <jamy@jamygolden.com> | 2022-06-19 13:52:05 +0200 | 
| commit | 4292a20b29467e37e922d1336a821f85e0662adf (patch) | |
| tree | df160a99c7d810d10eb49572a0eefcf60760b6cc /.github/workflows | |
| parent | 2ce0a40c53dea90ad4415b5fbaedf90a87c38bb5 (diff) | |
Change cron schedule timer to test "update" workflow
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 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 | 
