summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-11 16:02:31 +0200
committerGitHub <noreply@github.com>2022-08-11 16:02:31 +0200
commit018d32e99760299a4d50b239c3a9ae7e32a2911b (patch)
tree469d02b39acbd3b1473c2d346397307c1cebb948 /.github
parentbe2ab6310659c1d8626c824b6dc3816399a21d3b (diff)
style(comment): update flake-lock frequency comment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-flake-lock.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml
index 9d589223e..28266e704 100644
--- a/.github/workflows/update-flake-lock.yml
+++ b/.github/workflows/update-flake-lock.yml
@@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- - cron: '0 0 1 * *' # runs weekly on Sunday at 00:00
+ - cron: '0 0 1 * *' # runs on the first of every month at 00:00
jobs:
lockfile: