ci: make check as a weekly task

This commit is contained in:
Gabriel Arazas 2023-07-25 12:05:54 +08:00
parent 67caa41cea
commit 8e912b34ef
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -6,7 +6,7 @@ on:
- master
- develop
schedule:
- cron: '30 11 * * *' # At 11:30 everyday.
- cron: '5 10 * * 4' # At 10:05 on Thursday.
jobs:
check-outputs:
runs-on: ubuntu-latest