From 5d5b0fa330ca8325fa1000af22706623399b72a8 Mon Sep 17 00:00:00 2001 From: skrdgraph Date: Wed, 19 Apr 2023 17:32:54 +0000 Subject: [PATCH] frequency fix --- .github/workflows/ci-dgraph-code-coverage.yml | 2 +- .github/workflows/ci-dgraph-load-tests.yml | 2 +- .github/workflows/ci-dgraph-tests-arm64.yml | 2 +- .github/workflows/ci-dgraph-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-dgraph-code-coverage.yml b/.github/workflows/ci-dgraph-code-coverage.yml index 71e2c0e0eb8..bff26ece70f 100644 --- a/.github/workflows/ci-dgraph-code-coverage.yml +++ b/.github/workflows/ci-dgraph-code-coverage.yml @@ -14,7 +14,7 @@ on: - main - 'release/**' schedule: - - cron: "0 */2 * * *" # every 2hrs + - cron: "0 0,6,12,18 * * *" jobs: dgraph-code-coverage: if: github.event.pull_request.draft == false diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index 85c0f92e545..3d23f2ce6f0 100644 --- a/.github/workflows/ci-dgraph-load-tests.yml +++ b/.github/workflows/ci-dgraph-load-tests.yml @@ -14,7 +14,7 @@ on: - main - 'release/**' schedule: - - cron: "0 */2 * * *" # every 2hrs + - cron: "0 0,6,12,18 * * *" jobs: dgraph-load-tests: if: github.event.pull_request.draft == false diff --git a/.github/workflows/ci-dgraph-tests-arm64.yml b/.github/workflows/ci-dgraph-tests-arm64.yml index a88b0d96081..21e7dca78ff 100644 --- a/.github/workflows/ci-dgraph-tests-arm64.yml +++ b/.github/workflows/ci-dgraph-tests-arm64.yml @@ -14,7 +14,7 @@ on: - main - 'release/**' schedule: - - cron: "0 */2 * * *" # every 2hrs + - cron: "0 0,6,12,18 * * *" jobs: dgraph-tests: if: github.event.pull_request.draft == false diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index 9b9509b7375..20912a4dd4f 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -14,7 +14,7 @@ on: - main - 'release/**' schedule: - - cron: "0 */2 * * *" # every 2hrs + - cron: "0 0,6,12,18 * * *" jobs: dgraph-tests: if: github.event.pull_request.draft == false