mirror of
https://github.com/instant-labs/instant-smtp.git
synced 2025-03-03 06:12:12 +00:00
Run "scheduled.yml" only two times a week
This commit is contained in:
parent
b66480090d
commit
e72b8b4772
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user