Skip to content

Commit

Permalink
Disable main branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Dec 15, 2023
1 parent 8fc1b54 commit 749e05f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:

- name: Assert main branch
run: |
if [ "${{ github.ref_name }}" != "main" ]; then
echo "👎 Not the main branch"
exit 1
fi
# - name: Assert main branch
# run: |
# if [ "${{ github.ref_name }}" != "main" ]; then
# echo "👎 Not the main branch"
# exit 1
# fi

- name: Check out the code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ platform :mac do
private_lane :macos_codefreeze_prechecks do
ensure_git_status_clean

ensure_git_branch(branch: DEFAULT_BRANCH)
# ensure_git_branch(branch: DEFAULT_BRANCH)
git_pull

git_submodule_update(recursive: true, init: true)
Expand Down

0 comments on commit 749e05f

Please sign in to comment.