Fix cron expression on audit workflow

This commit is contained in:
Slatian
2025-04-11 21:22:23 +02:00
parent 03685b1bde
commit c3a039be16

View File

@ -8,7 +8,7 @@ on:
- 'Cargo.lock'
schedule:
# Frinday evening 18:20
- cron: 20 18 0 0 5
- cron: 20 18 * * 5
workflow_dispatch:
env: