Skip to content

Commit 1458234

Browse files
authored
Update test_and_lint.yml
1 parent 5b10670 commit 1458234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_lint.yml

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

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

77
jobs:
88
test-and-lint:
@@ -44,4 +44,4 @@ jobs:
4444
CORBADO_BACKEND_API: ${{ vars.CORBADO_BACKEND_API }}
4545
CORBADO_FRONTEND_API: ${{ vars.CORBADO_FRONTEND_API }}
4646
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
47-
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}
47+
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}

0 commit comments

Comments
 (0)