Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore: update cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored and regisb committed May 24, 2024
1 parent fa88f58 commit b032efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
schedule:
# Run at 7am every day
# - cron: '0 7 * * *'
# Run at 7am every Monday
- cron: "0 7 * * 1"
# Run at 2am every Monday
- cron: "0 2 * * 1"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You may log in with the following credentials:
- email: [email protected]
- password: admin

The platform is reset weekly, every Monday at 7 am UTC.
The platform is reset weekly, every Monday at 2 am UTC.

The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/master/.github/workflows/deploy.yml) is included in this repository. If you are working on testing the latest release and you would like to modify this script, please open a pull request.

Expand Down

0 comments on commit b032efc

Please sign in to comment.