Skip to content

Commit

Permalink
Update upgrade-python-requirements.yml schedule.
Browse files Browse the repository at this point in the history
Run it on midnight UTC every Sunday.  This means it ready for review on Monday like all the other Axim maintained repositories.
  • Loading branch information
Feanil Patel authored Jul 3, 2023
1 parent 5d213ef commit 5665882
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: "30 0 * * 5"
- cron: "0 0 * * 0"
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 5665882

Please sign in to comment.