Merge pull request #44388 from nextcloud/update-block-merge-eol-workflow

This commit is contained in:
Benjamin Gaussorgues 2024-03-26 01:24:47 +01:00 committed by GitHub
commit 0c941d394f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,4 +34,4 @@ jobs:
- name: Checking if ${{ env.server_major }} is EOL
run: |
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'
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"