Skip to content

Commit 071e414

Browse files
authored
Update release-scheduler.yml
Remove 5.8.x and 6.2.x branches from release-scheduler.yml Signed-off-by: Steve Riesenberg <[email protected]>
1 parent b63e8f5 commit 071e414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# List of active maintenance branches.
14-
branch: [ main, 6.4.x, 6.3.x, 6.2.x, 5.8.x ]
14+
branch: [ main, 6.4.x, 6.3.x ]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)