Skip to content

Commit

Permalink
MAINT: reduce release frequency to weekly (#716)
Browse files Browse the repository at this point in the history
Related to: #715

This is the first step to closing the above-mentioned issue. It reduces the frequency with which we check for release-worthy changes in the repo from once a day to once a week.
  • Loading branch information
FirefoxMetzger committed Jan 2, 2022
1 parent 8409f5c commit 51f552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: CD

on:
schedule:
- cron: '42 1 * * *' # daily at 1:42am (UTC)
- cron: '42 1 * * 1' # weekly on Monday at 1:42am (UTC)
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 51f552b

Please sign in to comment.