From a99b3c971e9fb313600926a2ead7a56038f386ea Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:41:52 -0600 Subject: [PATCH] Fix syntax error in workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddced07..f183b01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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.