diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index 978a38f57d1..f77d808a75e 100644 --- a/.github/workflows/ci-dgraph-load-tests.yml +++ b/.github/workflows/ci-dgraph-load-tests.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: "*/15 * * * *" + - cron: "0 * * * *" jobs: dgraph-load-tests: runs-on: self-hosted diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index 8d2062b4769..c832775a5e1 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: "*/15 * * * *" + - cron: "0 * * * *" jobs: dgraph-tests: runs-on: self-hosted