Skip to content

Commit

Permalink
fix: update python requirements upgrade schedule (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Sep 18, 2023
1 parent 4c98384 commit 60e6819
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 Requirements

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

0 comments on commit 60e6819

Please sign in to comment.