Skip to content

Commit c5ec397

Browse files
Update cron schedule to twice per week
1 parent a9a0f0c commit c5ec397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Neo4j-GraphRAG Scheduled E2E Tests'
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 6 * * 1'
6+
- cron: '0 6 * * 1,4' # Mon, Thu
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)