mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
fix(workflows): also exclude beta in block-merge-freeze
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
09607f40eb
commit
0ff10e80d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/block-merge-freeze.yml
vendored
2
.github/workflows/block-merge-freeze.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue