From 51ea4d38d57ca1d59c37c937323124241997b8f4 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Mon, 30 Aug 2021 11:06:45 -0700 Subject: [PATCH] Meta: Fix yaml syntax of Sonar Cube Workflow I fat fingered this last minute when converting from the trigger I was using for development/testing to the cron schedule for use in the main repo. --- .github/workflows/sonar-cloud-static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index a2e10f36d6..a61dd46a1a 100644 --- a/.github/workflows/sonar-cloud-static-analysis.yml +++ b/.github/workflows/sonar-cloud-static-analysis.yml @@ -2,7 +2,7 @@ name: Sonar Cloud Static Analysis on: schedule: # At the end of every day - cron: "0 0 * * *" + - cron: '0 0 * * *' jobs: build: