Skip to content

Commit

Permalink
Enable code freeze (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Sep 19, 2023
1 parent 58672f6 commit 2a4f3c4
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' && false
if: github.repository_owner == 'adoptium' && true
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 2a4f3c4

Please sign in to comment.