Skip to content

Commit

Permalink
Merge pull request #663 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 committed Jun 24, 2024
2 parents a849891 + 76c7843 commit aaa94a7
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 Python 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 aaa94a7

Please sign in to comment.