Skip to content

Commit bcdff59

Browse files
authored
Merge pull request #4032 from github/repo-sync
repo sync
2 parents 68a4df9 + ce8b727 commit bcdff59

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)