Update send-email.yaml

update the cron
This commit is contained in:
thelittlerocket 2024-11-05 09:04:51 +08:00 committed by GitHub
parent 35239c52fe
commit 95c7d3eab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Send email
on:
schedule:
- cron: '0 4 * * *'
- cron: '*/15 * * * *'
workflow_dispatch:
jobs: