Skip to content

Commit 81b7cc8

Browse files
ci: run ci jobs (core, vector, systest) once a day (#9251)
1 parent f83a650 commit 81b7cc8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- main
1414
- 'release/**'
15+
schedule:
16+
- cron: "0 0 * * *" # 1 run per day
1517
jobs:
1618
dgraph-core-tests:
1719
if: github.event.pull_request.draft == false

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- main
1414
- 'release/**'
15+
schedule:
16+
- cron: "0 0 * * *" # 1 run per day
1517
jobs:
1618
dgraph-systest-tests:
1719
if: github.event.pull_request.draft == false

.github/workflows/ci-dgraph-vector-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- main
1414
- 'release/**'
15+
schedule:
16+
- cron: "0 0 * * *" # 1 run per day
1517
jobs:
1618
dgraph-vector-tests:
1719
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)