Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 14ad8c6

Browse files
authored
Update test.yml
1 parent 17ff6ae commit 14ad8c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Daily Test
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *' # Run at midnight
5+
- cron: '0 3 * * *'
66

77
jobs:
88
test:
@@ -39,4 +39,4 @@ jobs:
3939
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
4040
CORBADO_FRONTEND_API: ${{ vars.CORBADO_FRONTEND_API }}
4141
CORBADO_BACKEND_API: ${{ vars.CORBADO_BACKEND_API }}
42-
run: mvn --batch-mode --update-snapshots verify -DskipInstall
42+
run: mvn --batch-mode --update-snapshots verify -DskipInstall

0 commit comments

Comments
 (0)