fix tranposed cron schedule
This commit is contained in:
parent
5aeafe56eb
commit
1f919d3681
|
@ -1,7 +1,7 @@
|
|||
name: Smoke test daily
|
||||
on:
|
||||
schedule:
|
||||
- cron: '3 25 * * *'
|
||||
- cron: '25 3 * * *'
|
||||
jobs:
|
||||
login-run:
|
||||
name: Log into smoke test site.
|
||||
|
|
Loading…
Reference in New Issue