Merge pull request #44469 from nextcloud/backport/44388/stable28

[stable28] chore(ci): update block merge EOL workflow
This commit is contained in:
Joas Schilling 2024-03-26 09:41:45 +01:00 committed by GitHub
commit bfa6ef8497
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"