Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

J3 is EOL #837

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/crowdin-v3-buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: J3 Build JoomlaCMSProject
# Controls when the action will run.
on:
# Runs twice a day at 9 and 21
schedule:
- cron: '0 9,21 * * *'
# Deactivated. J3 is EOL.
# schedule:
# - cron: '0 9,21 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ These two files can't be processed manual, because of the amount of work and ris
## Github Actions - Cron Schedule

### Blocked time windows
* UTC 09:00-10:00 -> Project Build J3
* UTC 10:00-11:00 -> Project Build J5
* UTC 11:00-12:00 -> Project Build J4
* UTC 21:00-22:00 -> Project Build J3
* UTC 22:00-23:00 -> Project Build J5
* UTC 23:00-00:00 -> Project Build J4
* UTC 01:01-02:00 -> J4 Download Installer Translations Crowdin Action
Expand Down
Loading