Skip to content

Commit

Permalink
Reduce wasteful workflow and be environmentally friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
nishinji authored and Zangetsu38 committed Oct 3, 2024
1 parent 06c047e commit 98c48db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/log_file_retrieval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_compat_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 98c48db

Please sign in to comment.