Skip to content

Commit

Permalink
feat: update python upgrades cron job (#1111)
Browse files Browse the repository at this point in the history
* feat: update python upgrades cron job

* fix: change back to original time
  • Loading branch information
varshamenon4 committed Mar 29, 2023
1 parent 2bf266c commit 842cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upgrade Python Requirements

on:
schedule:
- cron: "15 15 2,16 * *"
- cron: "15 15 1-7,15-21 * 2"
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 842cbce

Please sign in to comment.