diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-05-22 15:36:03 +0200 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-05-22 15:36:03 +0200 |
| commit | 203369b0f9ec284e06b73f555a14fa5f02be5a0a (patch) | |
| tree | cd5eef5cb328a8d32c958f6715273d4795a00095 /.github | |
| parent | 41d2029dec256b9ef3869cb83699d88b94eb3c1d (diff) | |
| download | zsh-203369b0f9ec284e06b73f555a14fa5f02be5a0a.tar.gz zsh-203369b0f9ec284e06b73f555a14fa5f02be5a0a.tar.bz2 zsh-203369b0f9ec284e06b73f555a14fa5f02be5a0a.zip | |
ci(dependencies): run on sunday CET morning
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 6bc8dc74d..6c7387089 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -2,7 +2,7 @@ name: Update dependencies on: workflow_dispatch: {} schedule: - - cron: "34 3 * * */8" + - cron: "0 6 * * 0" jobs: check: |
