Skip to content

Commit 32ef736

Browse files
committed
chore(ci): update block merge EOL workflow
See nextcloud/.github#329 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent bdd4ac2 commit 32ef736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/block-merge-eol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: Checking if ${{ env.server_major }} is EOL
3636
run: |
37-
php -r 'echo json_encode(require_once "config.php");' | jq --arg version "${{ env.server_major }}" '.stable[$version]["100"].eol // .beta[$version]["100"].eol' | grep --silent -i 'false'
37+
php -r 'echo json_encode(require_once "config.php");' | jq --arg version "${{ env.server_major }}" '.stable[$version]["100"].eol // .beta[$version]["100"].eol // "NotEOL"' | grep -q "NotEOL"

0 commit comments

Comments
 (0)