Fix cron statement
This commit is contained in:
parent
70b5b1b8ed
commit
75c11c6c98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- "30 5 * * 2" # Build on tuesday morning at 5:30am
|
||||
- cron: "30 5 * * 2" # Build on tuesday morning at 5:30am
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in a new issue