We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac98918 commit 8a625e8Copy full SHA for 8a625e8
.github/workflows/code-freeze.yml
@@ -18,7 +18,7 @@ jobs:
18
freeze:
19
runs-on: ubuntu-latest
20
# Change to false when code freeze is not in place
21
- if: github.repository_owner == 'adoptium' && false
+ if: github.repository_owner == 'adoptium' && true
22
steps:
23
- name: Check for blocking review
24
if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)
0 commit comments