From a246497a8192b9eca3cbfa3d8f9692532c8ec27a Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Fri, 14 Apr 2023 10:14:40 +0530 Subject: [PATCH] chore: run smoketests only at 11pm instead of each hour --- .github/workflows/iac-smoke-tests.yml | 2 +- .github/workflows/smoke-tests.yml | 2 +- .github/workflows/snyk-protect-production-smoke-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iac-smoke-tests.yml b/.github/workflows/iac-smoke-tests.yml index dcf50e8a68..560183d994 100644 --- a/.github/workflows/iac-smoke-tests.yml +++ b/.github/workflows/iac-smoke-tests.yml @@ -2,7 +2,7 @@ name: Infrastructure as Code Smoke Tests on: schedule: - - cron: '0 * * * *' + - cron: '0 23 * * *' release: types: [published] workflow_call: diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 0d8a3c098c..151457420e 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -6,7 +6,7 @@ on: release: types: [published] schedule: - - cron: '0 * * * *' + - cron: '0 23 * * *' jobs: smoke_test: diff --git a/.github/workflows/snyk-protect-production-smoke-tests.yml b/.github/workflows/snyk-protect-production-smoke-tests.yml index a8534bb2b6..a9edd90a01 100644 --- a/.github/workflows/snyk-protect-production-smoke-tests.yml +++ b/.github/workflows/snyk-protect-production-smoke-tests.yml @@ -6,7 +6,7 @@ on: release: types: [published] schedule: - - cron: '0 */6 * * *' + - cron: '0 23 * * *' jobs: smoke-test: