Fix syntax error in workflow
This commit is contained in:
parent
ce3d87d8e3
commit
a99b3c971e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
# Allows you to run this workflow manually from the Actions tab on GitHub.
|
# Allows you to run this workflow manually from the Actions tab on GitHub.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Build every 6 hours
|
# Build every 6 hours
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue