Skip to content

Commit

Permalink
Disable code freeze (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
smlambert authored Jul 26, 2024
1 parent c08e019 commit 054869d
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 054869d

Please sign in to comment.