Fix syntax error in workflow

This commit is contained in:
Carter McBride 2024-08-23 15:41:52 -06:00
parent ce3d87d8e3
commit a99b3c971e

View file

@ -7,7 +7,7 @@ on:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# Build every 6 hours
# Build every 6 hours
schedule:
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.