From 503dd0e00f2c5d59fa69a7926cf5ee8844b64bcb Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 8 Apr 2024 16:58:16 -0700 Subject: [PATCH] Update ossf.yaml --- .github/workflows/ossf.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ossf.yaml b/.github/workflows/ossf.yaml index a4c77e1e..487127bb 100644 --- a/.github/workflows/ossf.yaml +++ b/.github/workflows/ossf.yaml @@ -7,11 +7,10 @@ on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: - workflow_dispatch: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained schedule: - - cron: '29 17 * * 4' + - cron: '0 6 * * 2' push: branches: [ "main" ]