Skip to content

Commit

Permalink
lower frequency of writing and reviewing to once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
elh committed Aug 23, 2023
1 parent 3f65766 commit 46f78e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: review

on:
schedule:
- cron: '10 16 * * *'
- cron: '0 16 * * 2'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: write

on:
schedule:
- cron: '0 16 * * *'
- cron: '0 16 * * 1'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 46f78e0

Please sign in to comment.