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

Commit 5aecdda

Browse files
authored
Update ci_integrationtests.yml
1 parent c7b158b commit 5aecdda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_integrationtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: integrationtests
33
on:
44
workflow_call:
55
schedule:
6-
- cron: '0 0 * * *' # Run at midnight
6+
- cron: '0 1 * * *'
77

88
jobs:
99
integrationtests:
@@ -48,4 +48,4 @@ jobs:
4848
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
4949
CORBADO_FRONTEND_API: ${{ secrets.CORBADO_FRONTEND_API }}
5050
CORBADO_BACKEND_API: ${{ secrets.CORBADO_BACKEND_API }}
51-
run: composer integrationtests
51+
run: composer integrationtests

0 commit comments

Comments
 (0)