fix(workflows): also exclude beta in block-merge-freeze

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/54503/head
John Molakvoæ 2025-08-19 09:45:46 +07:00 committed by GitHub
parent 09607f40eb
commit 0ff10e80d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -54,4 +54,4 @@ jobs:
- name: Run check
if: ${{ env.server_ref != '' }}
run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'
run: cat version.php | grep 'OC_VersionString' | grep -viE 'RC|beta'