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

Commit

Permalink
Disable sudachi and suyu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpXada committed May 6, 2024
1 parent 39a9538 commit b44f925
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strato-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
description: 'select flavor to build(default: mainline)'
required: false
default: 'mainline'
schedule:
- cron: "0 0 1 * *"
# schedule:
# - cron: "0 0 1 * *"

jobs:
strato_android_build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sudachi-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
description: 'select flavor to build(default: ea)'
required: false
default: 'ea'
schedule:
- cron: "0 0 */7 * *"
# schedule:
# - cron: "0 0 */7 * *"

jobs:
sudachi_android_build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/suyu-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
description: 'select branch to build(default: dev)'
required: false
default: 'dev'
schedule:
- cron: "0 0 */7 * *"
# schedule:
# - cron: "0 0 */7 * *"

jobs:
suyu_android_build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/suyu-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
description: 'select release_type to build(default: mainline)'
required: false
default: 'mainline'
schedule:
- cron: "0 0 */7 * *"
# schedule:
# - cron: "0 0 */7 * *"

jobs:
suyu_linux_build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/suyu-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
description: 'select build-name to build(default: mainline)'
required: false
default: 'mainline'
schedule:
- cron: "0 0 */7 * *"
# schedule:
# - cron: "0 0 */7 * *"

jobs:
suyu_windows_build:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This is an automated CI project for suyu, sudachi, strato and mesa turnip.

## Release Notes

1. Suyu Android version is automatically generated every 7 days at 00:00:00 (UTC).
2. Suyu Windows version is automatically generated every 7 days at 00:00:00 (UTC).
3. Suyu Linux version is automatically generated every 7 days at 00:00:00 (UTC).
1. ~~Suyu Android version is automatically generated every 7 days at 00:00:00 (UTC).~~
2. ~~Suyu Windows version is automatically generated every 7 days at 00:00:00 (UTC).~~
3. ~~Suyu Linux version is automatically generated every 7 days at 00:00:00 (UTC).~~
4. Mesa Turnip Android version is automatically generated daily at 00:00:00 (UTC).
5. Sudachi Android version is automatically generated every 7 days at 00:00:00 (UTC).
6. Strato Android version is automatically generated on the 1st of every month at 00:00:00 (UTC).
5. ~~Sudachi Android version is automatically generated every 7 days at 00:00:00 (UTC).~~
6. ~~Strato Android version is automatically generated on the 1st of every month at 00:00:00 (UTC).~~
7. Naming format: "Project Name - Date - Tag - Branch". (Tag depends on the developer, a decrease in version number does not indicate a backward release version)
8. Release frequency may be adjusted based on project code commit frequency.

Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ suyu sudachi strato mesa-turnip的自动CI项目

## 发布说明

1. 每7天的00:00:00(UTC)会自动生成Suyu安卓版。
2. 每7天的00:00:00(UTC)会自动生成Suyu Windows版。
3. 每7天的00:00:00(UTC)会自动生成Suyu Linux版。
1. ~~每7天的00:00:00(UTC)会自动生成Suyu安卓版。~~
2. ~~每7天的00:00:00(UTC)会自动生成Suyu Windows版。~~
3. ~~每7天的00:00:00(UTC)会自动生成Suyu Linux版。~~
4. 每天的00:00:00(UTC)会自动生成Mesa Turnip 安卓版。
5. 每7天的00:00:00(UTC)会自动生成Sudachi安卓版。
6. 每月1号的00:00:00(UTC)会自动生成Strato安卓版。
5. ~~每7天的00:00:00(UTC)会自动生成Sudachi安卓版。~~
6. ~~每月1号的00:00:00(UTC)会自动生成Strato安卓版。~~
7. 命名方式为”项目名-日期-Tag-分支“。(Tag取决于开发者,如果出现版本号下降,不代表发包版本落后)
8. 发布频率可能会根据项目代码提交频率进行调整。

Expand Down

0 comments on commit b44f925

Please sign in to comment.