diff --git a/.github/workflows/ci-aqua-security-trivy-tests.yml b/.github/workflows/ci-aqua-security-trivy-tests.yml index a397c992279..80253a971f9 100644 --- a/.github/workflows/ci-aqua-security-trivy-tests.yml +++ b/.github/workflows/ci-aqua-security-trivy-tests.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: "*/30 * * * *" + - cron: "0 * * * *" jobs: build: name: trivy-tests diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index 88ca040a5e6..24df563eee0 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: "*/30 * * * *" + - cron: "30 * * * *" 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 fc81af9ffd6..71934819962 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: "*/30 * * * *" + - cron: "0 * * * *" jobs: dgraph-tests: runs-on: self-hosted diff --git a/.github/workflows/ci-golang-lint.yml b/.github/workflows/ci-golang-lint.yml index a696c682b26..89d5fbc4afd 100644 --- a/.github/workflows/ci-golang-lint.yml +++ b/.github/workflows/ci-golang-lint.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: "*/30 * * * *" + - cron: "0 * * * *" jobs: golang-lint: name: lint