ci: Add weekly schedule

This commit is contained in:
Hennadii Stepanov
2026-02-02 11:21:11 +00:00
parent 2f18567d24
commit 2ccff6eb73

View File

@@ -6,6 +6,10 @@ on:
- '**'
tags-ignore:
- '**'
schedule:
# Run on the default branch every Monday morning.
# This also warms the Docker caches after key rotation.
- cron: '22 2 * * 1'
concurrency:
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}