Skip to content

Commit

Permalink
Revert "Enable code freeze for April 2024 (#109)" (#118)
Browse files Browse the repository at this point in the history
This reverts commit 94d6d6a.
  • Loading branch information
sxa authored Apr 24, 2024
1 parent b21b845 commit 6f0e4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f0e4a4

Please sign in to comment.