From 98c48dbd76d6414a61890629e67a5c9d6b58cb0f Mon Sep 17 00:00:00 2001 From: nishinji <107111782+nishinji@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:13:35 +0900 Subject: [PATCH] Reduce wasteful workflow and be environmentally friendly --- .github/workflows/log_file_retrieval.yml | 2 +- .github/workflows/update_compat_db.yml | 4 ++-- README.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/log_file_retrieval.yml b/.github/workflows/log_file_retrieval.yml index b4c1dea..9b71c86 100644 --- a/.github/workflows/log_file_retrieval.yml +++ b/.github/workflows/log_file_retrieval.yml @@ -2,7 +2,7 @@ name: Log File Retrieval on: schedule: - - cron: '0 0 * * 0' # Run every Sunday at midnight + - cron: '0 0 1 * *' # Runs at midnight on the first day of each month workflow_dispatch: jobs: diff --git a/.github/workflows/update_compat_db.yml b/.github/workflows/update_compat_db.yml index 6446f2e..5a6316a 100644 --- a/.github/workflows/update_compat_db.yml +++ b/.github/workflows/update_compat_db.yml @@ -79,14 +79,14 @@ jobs: - name: Zip compatibility database run: | Compress-Archive -Path app_compat_db.xml -DestinationPath app_compat_db.xml.zip - 7z a -mx=9 app_compat_db.xml.7z app_compat_db.xml + # 7z a -mx=9 app_compat_db.xml.7z app_compat_db.xml - name: Prepare files for release run: | mkdir compat_dbs cp app_compat_db.xml compat_dbs/ cp app_compat_db.xml.zip compat_dbs/ - cp app_compat_db.xml.7z compat_dbs/ + # cp app_compat_db.xml.7z compat_dbs/ - name: Upload compatibility database run: | diff --git a/README.md b/README.md index c39a4ba..df81260 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ The [Compatibility web page](https://vita3k.org/compatibility.html) fetches data If you want to be a tester and help test games, ask us for write access on our Discord server. -### Note: This repository does **not** guarantee compatibility and is not intended for Android. Submit Android specific issues [here](https://github.com/Vita3K/Vita3K-Android/issues). +> [!NOTE] +> This repository does **not** guarantee compatibility and is not intended for Android. Submit Android specific issues [here](https://github.com/Vita3K/Vita3K-Android/issues). ### What NOT to post: