ci: Add weekly schedule
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -6,6 +6,10 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
tags-ignore:
|
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:
|
concurrency:
|
||||||
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
|
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user