diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 13:50:22 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 13:50:22 +1000 |
| commit | ff38a8c5cfa0c69471c6d4706c160de9ae6eda93 (patch) | |
| tree | 25577a9356c307c14a208639de26b6b676ec8697 /.github/workflows/update-flake-inputs.yml | |
| parent | nix: use nixpkgs app2unit (diff) | |
| download | caelestia-cli-ff38a8c5cfa0c69471c6d4706c160de9ae6eda93.tar.gz caelestia-cli-ff38a8c5cfa0c69471c6d4706c160de9ae6eda93.tar.bz2 caelestia-cli-ff38a8c5cfa0c69471c6d4706c160de9ae6eda93.zip | |
ci: update flake inputs daily
cause shell updates frequently
Diffstat (limited to '.github/workflows/update-flake-inputs.yml')
| -rw-r--r-- | .github/workflows/update-flake-inputs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index aa091cc..c9d2589 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -3,7 +3,7 @@ name: Update flake inputs on: workflow_dispatch: schedule: - - cron: "0 0 * * 0" + - cron: "0 0 * * *" jobs: update-flake: |