Skip to content

Commit

Permalink
Merge pull request #2156 from openedx/bbeggs/normalize-upgrade-schedule
Browse files Browse the repository at this point in the history
chore: Normalize dependency update schedule for all enterprise python applications.
  • Loading branch information
macdiesel authored Jun 24, 2024
2 parents 75b8927 + 8bbb141 commit f7a0fa4
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 0 * * 2"
- cron: "0 2 * * 1"
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit f7a0fa4

Please sign in to comment.