CI: Run ci.yml on every Sat (#1934)

Make sure we have up-to-date cache.

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-10-13 11:50:57 +11:00 committed by GitHub
parent 4675f622c9
commit a85dc994eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ on:
- reopened - reopened
- synchronize - synchronize
schedule: schedule:
- cron: "0 3 * * 1" - cron: "0 3 * * 6"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }} group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}