Skip to content

Commit 9656623

Browse files
committed
Update e2e scheduling
1 parent e76805b commit 9656623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schedule-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Schedule e2e
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * 1,3,5'
6+
- cron: '0 0 * * 1,4'
77

88
permissions:
99
actions: write
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository_owner == 'spring-projects'
1515
strategy:
1616
matrix:
17-
branch: [ main, 3.2.x, 3.1.x ]
17+
branch: [ main, 3.3.x, 3.2.x ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)