From 66314b32f3822196b0b5a13962939e9331f9c277 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Tue, 27 Dec 2022 09:11:53 -0800 Subject: [PATCH] Disable scorecard on PRs Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com> --- .github/workflows/scorecard-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard-analysis.yml b/.github/workflows/scorecard-analysis.yml index 403bab279e1..00454144eec 100644 --- a/.github/workflows/scorecard-analysis.yml +++ b/.github/workflows/scorecard-analysis.yml @@ -7,8 +7,8 @@ on: schedule: # Weekly on Saturdays. - cron: '30 1 * * 6' - pull_request: - branches: [main] +# pull_request: +# branches: [main] permissions: read-all