Skip to content

Commit 14a2434

Browse files
authored
chore: change the cron schedule to run on friday instead of monday
1 parent 2225aed commit 14a2434

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upgrade Requirements
22

33
on:
44
schedule:
5-
- cron: "0 2 * * 1"
5+
- cron: "0 2 * * 5"
66
workflow_dispatch:
77
inputs:
88
branch:

CHANGELOG.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Change Log
1313
1414
Unreleased
1515
----------
16-
17-
1816
[10.22.5] - 2026-04-27
1917
-----------------------
2018
* feat: add passing grade column plus per-enrollment progress caching in learner progress report v1 API and CSV export

0 commit comments

Comments
 (0)