Skip to content

Commit 8a625e8

Browse files
authored
Implement code freeze for March 2025 release (#194)
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
1 parent ac98918 commit 8a625e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
freeze:
1919
runs-on: ubuntu-latest
2020
# Change to false when code freeze is not in place
21-
if: github.repository_owner == 'adoptium' && false
21+
if: github.repository_owner == 'adoptium' && true
2222
steps:
2323
- name: Check for blocking review
2424
if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)

0 commit comments

Comments
 (0)