Skip to content

Commit e92bc94

Browse files
authored
Change cron schedule for run-archiver workflow
1 parent b4e2260 commit e92bc94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-archiver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Record clone and view metrics
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 6 * * *" # once per day, quiet time
6+
- cron: "30 23 * * *" # once per day, quiet time
77

88
permissions:
99
contents: read
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
metrics-repo: 'groda/observatory'
2121
metrics-pat: ${{ secrets.METRICS_PAT }}
22-
# observed-repo defaults to the current repo if omitted
22+
# observed-repo defaults to the current repo if omitted

0 commit comments

Comments
 (0)