Skip to content

Commit

Permalink
Update e2e scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Aug 20, 2024
1 parent e76805b commit 9656623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Schedule e2e
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'
- cron: '0 0 * * 1,4'

permissions:
actions: write
Expand All @@ -14,7 +14,7 @@ jobs:
if: github.repository_owner == 'spring-projects'
strategy:
matrix:
branch: [ main, 3.2.x, 3.1.x ]
branch: [ main, 3.3.x, 3.2.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9656623

Please sign in to comment.