summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-flake-inputs.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml
index f304d6c..86e0453 100644
--- a/.github/workflows/update-flake-inputs.yml
+++ b/.github/workflows/update-flake-inputs.yml
@@ -2,9 +2,8 @@ name: Update flake inputs
on:
workflow_dispatch:
- push:
- branches:
- - main
+ schedule:
+ - cron: '0 0 * * *'
jobs:
update-flake: