summaryrefslogtreecommitdiff
path: root/.github/workflows/update-inputs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-inputs.yaml')
-rw-r--r--.github/workflows/update-inputs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml
index 037c767..745e60b 100644
--- a/.github/workflows/update-inputs.yaml
+++ b/.github/workflows/update-inputs.yaml
@@ -2,7 +2,7 @@ name: Update all flake inputs
on:
schedule:
- # run every saturday
+ # run every saturday at 0:00 utc
- cron: "0 0 * * 6"
workflow_dispatch: