Skip to content

Commit

Permalink
Merge pull request #498 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 9d333fa + 87584e1 commit 31c23f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Upgrade Requirements

on:
schedule:
# Run twice a month
- cron: "0 0 1,15 * *"
- cron: "0 2 * * 1"
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 31c23f2

Please sign in to comment.