We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a85702 commit befb3afCopy full SHA for befb3af
1 file changed
.github/workflows/repo-freeze-check.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Fail if repo merges are paused
25
- if: ${{ env.FREEZE == 'true' && github.ref != 'refs/heads/repo-sync' }}
+ if: ${{ env.FREEZE == 'true' && github.head_ref != 'repo-sync' }}
26
run: |
27
echo 'Merges into the "main" branch on this repo are currently paused!'
28
exit 1
0 commit comments