Run "scheduled.yml" only two times a week

This commit is contained in:
Damian Poddebniak 2021-10-17 12:45:42 +02:00
parent b66480090d
commit e72b8b4772
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Scheduled
on:
schedule:
- cron: '0 0 * * *'
- cron: '43 21 * * 3,0' # At 21:43 on Wednesday and Sunday. (Thanks, crontab.guru)
jobs:
audit: