diff --git a/.github/workflows/ci-aqua-security-trivy-tests.yml b/.github/workflows/ci-aqua-security-trivy-tests.yml index c12d26705bc..dd481cdf29b 100644 --- a/.github/workflows/ci-aqua-security-trivy-tests.yml +++ b/.github/workflows/ci-aqua-security-trivy-tests.yml @@ -32,7 +32,7 @@ on: - main - 'release/**' schedule: - - cron: "1 * * * *" + - cron: "0 0 * * *" jobs: build: name: trivy-tests diff --git a/.github/workflows/ci-dgraph-fuzz.yml b/.github/workflows/ci-dgraph-fuzz.yml index 22527e003f9..e0a97031872 100644 --- a/.github/workflows/ci-dgraph-fuzz.yml +++ b/.github/workflows/ci-dgraph-fuzz.yml @@ -17,6 +17,7 @@ on: - cron: "0 0 * * *" # 1 run per day jobs: fuzz-test: + if: github.event.pull_request.draft == false runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-dgraph-upgrade-fixed-versions-tests.yml b/.github/workflows/ci-dgraph-upgrade-fixed-versions-tests.yml index d17a9e56e9d..2792c3b312d 100644 --- a/.github/workflows/ci-dgraph-upgrade-fixed-versions-tests.yml +++ b/.github/workflows/ci-dgraph-upgrade-fixed-versions-tests.yml @@ -1,7 +1,7 @@ name: ci-dgraph-upgrade-fixed-versions-tests on: schedule: - - cron: "0 3 * *" # 1 run per day + - cron: "0 3 * * *" # 1 run per day jobs: dgraph-upgrade-fixed-versions-tests: runs-on: ubuntu-20.04-32gb diff --git a/.github/workflows/ci-golang-lint.yml b/.github/workflows/ci-golang-lint.yml index 4f30b8abacb..495c4234522 100644 --- a/.github/workflows/ci-golang-lint.yml +++ b/.github/workflows/ci-golang-lint.yml @@ -32,7 +32,7 @@ on: - main - 'release/**' schedule: - - cron: "1 */2 * * *" # every 2hrs + - cron: "0 0 * * *" jobs: golang-lint: if: github.event.pull_request.draft == false