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 c52aff6 commit 3201b52
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 3201b52

Please sign in to comment.