mirror of https://github.com/nucypher/nucypher.git
Change cron schedule of Lynx script to hourly
parent
8ef255248a
commit
05395f3acd
|
@ -2,7 +2,7 @@ name: '🔎 Lynx Testnet Example'
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0/20 * * * *" # Every 20 minutes
|
||||
- cron: "0 * * * *" # Every hour
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in New Issue