From 7d55a3ebf9053d270ca6b02f2a0755d446d68684 Mon Sep 17 00:00:00 2001 From: Charles Sibbald <123247+casibbald@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:33:01 +0200 Subject: [PATCH] charles | revert-me when new ossf is available (#4220) --- .github/workflows/ossf.disabled_yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ossf.disabled_yaml b/.github/workflows/ossf.disabled_yaml index 0c19e0fc3f..558b9197ae 100644 --- a/.github/workflows/ossf.disabled_yaml +++ b/.github/workflows/ossf.disabled_yaml @@ -2,7 +2,7 @@ name: ossf on: branch_protection_rule: push: - branches: [ main ] + branches: [ main-disabled ] schedule: # Weekly on Saturdays. - cron: '30 1 * * 6'