From 715ec43a1c42ffdc3fc2c23c56436ab1950e33e7 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 14 Nov 2024 19:34:59 -0800 Subject: [PATCH] Disable scorecard WF from 2.18 --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e954a69ff4..e7419a9fe5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -12,7 +12,7 @@ on: schedule: - cron: '27 7 * * 0' push: - branches: [ "2.18" ] + branches: [ "2.19" ] # Declare default permissions as read only. permissions: read-all