From ebb3f829c9e9f80f5850a5715ffa43ce1c3aecaa Mon Sep 17 00:00:00 2001 From: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:14:39 -0700 Subject: [PATCH] Update code-freeze.yml (#24474) --- .github/workflows/code-freeze.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-freeze.yml b/.github/workflows/code-freeze.yml index 3abd9ae2faaa3..ab7124fe23aee 100644 --- a/.github/workflows/code-freeze.yml +++ b/.github/workflows/code-freeze.yml @@ -35,13 +35,13 @@ on: - master env: - ACTIVE_FREEZE: "false" + ACTIVE_FREEZE: "true" # toggle to true like below to enable + change the job unique name and add a required branch protection! # ACTIVE_FREEZE: "true" jobs: # during an unfrozen state leave as the unfrozen name so it is more obvious - codefreeze-check-unfrozen: + codefreeze-check-20240805 # NOTE: update this date for every new freeze, update the protected branches to require the new name # codefreeze-check-incident-19254: runs-on: ubuntu-latest