Change cron schedule of Lynx script to hourly

pull/3284/head
David Núñez 2023-10-14 04:19:41 +02:00
parent 8ef255248a
commit 05395f3acd
No known key found for this signature in database
GPG Key ID: 53A9D83EF4C6332A
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: '🔎 Lynx Testnet Example'
on:
schedule:
- cron: "0/20 * * * *" # Every 20 minutes
- cron: "0 * * * *" # Every hour
pull_request:
branches:
- main