mirror of https://github.com/nucypher/nucypher.git
Nightly CI config: Edit crontab to test it works
parent
c282662e51
commit
867cb7bcee
|
@ -184,7 +184,8 @@ workflows:
|
||||||
nightly:
|
nightly:
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 6 * * *" # 0800 CEST - 2300 PDT
|
cron: "45 * * * *" # Just for testing configs
|
||||||
|
# cron: "0 6 * * *" # Scheduled for 0800 CEST / 2300 PDT
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue