From 3dda3741d8eb531b9f284e4d70d86c952bce94c8 Mon Sep 17 00:00:00 2001 From: Lucas Manning Date: Wed, 13 Sep 2023 11:58:40 -0700 Subject: [PATCH] Fix CodeQL so that it does not fail the github check. PiperOrigin-RevId: 565119657 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2a7f7fb2f..40542cf4e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,7 +8,7 @@ # name: "CodeQL" -on: +"on": schedule: # Daily at 1:00. - cron: '0 1 * * *'