Skip to content

Commit

Permalink
Merge pull request #44468 from nextcloud/backport/44388/stable27
Browse files Browse the repository at this point in the history
[stable27] chore(ci): update block merge EOL workflow
  • Loading branch information
nickvergessen authored Mar 26, 2024
2 parents 2434f2e + af8b33c commit de0c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/block-merge-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit de0c7e1

Please sign in to comment.