From 42715beae3304a3cf04ff916a0048a2332fb6ebd Mon Sep 17 00:00:00 2001 From: Andrew Leonard <31470007+andrew-m-leonard@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:39:38 +0000 Subject: [PATCH] Revert "Enable Oct 2025 release code freeze (#205)" This reverts commit 711c94d6fd5a0cffdf158af26d6818c37c43f312. --- .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 a3b8904..816222e 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)