Skip to content

Commit 314124e

Browse files
authored
Revert "Implement code freeze for July 2025 (#198)" (#199)
This reverts commit b931ae4.
1 parent b931ae4 commit 314124e

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' && true
21+
if: github.repository_owner == 'adoptium' && false
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)