Skip to content

Commit

Permalink
Merge pull request #44469 from nextcloud/backport/44388/stable28
Browse files Browse the repository at this point in the history
[stable28] chore(ci): update block merge EOL workflow
  • Loading branch information
nickvergessen authored Mar 26, 2024
2 parents e54a0e1 + c1ce8e9 commit bfa6ef8
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 bfa6ef8

Please sign in to comment.