Skip to content

Commit 0330727

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into ghes-latest-redirect
2 parents ca3d587 + befb3af commit 0330727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repo-freeze-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Fail if repo merges are paused
25-
if: ${{ env.FREEZE == 'true' && github.ref != 'refs/heads/repo-sync' }}
25+
if: ${{ env.FREEZE == 'true' && github.head_ref != 'repo-sync' }}
2626
run: |
2727
echo 'Merges into the "main" branch on this repo are currently paused!'
2828
exit 1

0 commit comments

Comments
 (0)