Skip to content

Commit

Permalink
Enable October Code Freeze (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 7, 2024
1 parent 253a940 commit 312116a
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 312116a

Please sign in to comment.