Skip to content

Commit

Permalink
Code freeze of release-18.0 (#14131)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal authored Sep 29, 2023
1 parent 172637d commit 90a9aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- name: Fail if Code Freeze is enabled
run: |
exit 0
exit 1
2 changes: 1 addition & 1 deletion tools/code_freeze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ freeze=$1
branch=$2
code_freeze_workflow="./.github/workflows/code_freeze.yml"

if [ "$freeze" != "freeze" && "$freeze" != "unfreeze" ]; then
if [[ "$freeze" != "freeze" && "$freeze" != "unfreeze" ]]; then
echo "the first argument must be either 'freeze' or 'unfreeze'"
exit 1
fi
Expand Down

0 comments on commit 90a9aa5

Please sign in to comment.