From 6cc5ea974d30b86aa2bcf649d8e6fe13bf7af2c4 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Wed, 28 Jan 2026 06:31:08 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"Revert=20"Enable=20Oct=2020?= =?UTF-8?q?25=20release=20code=20freeze=20(#205)"=20(#206)"=20(=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1bf56a5a8e9f91d5155e43ce41d19cf310a3775e. --- .github/workflows/code-freeze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-freeze.yml b/.github/workflows/code-freeze.yml index 578f29d..4c9b6ea 100644 --- a/.github/workflows/code-freeze.yml +++ b/.github/workflows/code-freeze.yml @@ -18,7 +18,7 @@ jobs: freeze: runs-on: ubuntu-latest # Change to false when code freeze is not in place - if: github.repository_owner == 'adoptium' && true + if: github.repository_owner == 'adoptium' && false steps: - name: Check for blocking review if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)