Update CI schedule to run towards the middle of the night.

This commit is contained in:
Matthias
2024-03-21 07:25:08 +01:00
parent cc7d341afc
commit 163d03ac62

View File

@@ -11,7 +11,7 @@ on:
types: [published] types: [published]
pull_request: pull_request:
schedule: schedule:
- cron: '0 5 * * 4' - cron: '0 3 * * 4'
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}" group: "${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}"