Browse Source

Update release-scheduler.yml

Remove 5.8.x and 6.2.x branches from release-scheduler.yml

Signed-off-by: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com>
pull/16411/head
Steve Riesenberg 11 months ago committed by GitHub
parent
commit
071e414bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-scheduler.yml

2
.github/workflows/release-scheduler.yml

@ -11,7 +11,7 @@ jobs: @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# List of active maintenance branches.
branch: [ main, 6.4.x, 6.3.x, 6.2.x, 5.8.x ]
branch: [ main, 6.4.x, 6.3.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save