diff --git a/.github/workflows/ci-dgraph-core-tests.yml b/.github/workflows/ci-dgraph-core-tests.yml index ca77cdcde41..1182308e5ad 100644 --- a/.github/workflows/ci-dgraph-core-tests.yml +++ b/.github/workflows/ci-dgraph-core-tests.yml @@ -12,6 +12,8 @@ on: branches: - main - 'release/**' + schedule: + - cron: "0 0 * * *" # 1 run per day jobs: dgraph-core-tests: if: github.event.pull_request.draft == false diff --git a/.github/workflows/ci-dgraph-systest-tests.yml b/.github/workflows/ci-dgraph-systest-tests.yml index b30646817f5..fe114150cdd 100644 --- a/.github/workflows/ci-dgraph-systest-tests.yml +++ b/.github/workflows/ci-dgraph-systest-tests.yml @@ -12,6 +12,8 @@ on: branches: - main - 'release/**' + schedule: + - cron: "0 0 * * *" # 1 run per day jobs: dgraph-systest-tests: if: github.event.pull_request.draft == false diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index 5518f4870cb..50561aa29bf 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -12,6 +12,8 @@ on: branches: - main - 'release/**' + schedule: + - cron: "0 0 * * *" # 1 run per day jobs: dgraph-vector-tests: if: github.event.pull_request.draft == false