mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2024-12-25 19:32:15 +08:00
Update send-email.yaml
update the cron
This commit is contained in:
parent
35239c52fe
commit
95c7d3eab7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/send-email.yaml
vendored
2
.github/workflows/send-email.yaml
vendored
|
@ -2,7 +2,7 @@ name: Send email
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: '*/15 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue