fix/ci: decreases time between upgrade checks

This commit is contained in:
Tau 2024-07-04 19:13:15 +02:00 committed by GitHub
parent 45daf9deec
commit 73b22ce6bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ on:
tags: tags:
- '*' - '*'
schedule: schedule:
- cron: '21 3 * * *' - cron: '21 */6 * * *'
pull_request: pull_request:
workflow_dispatch: workflow_dispatch: