From 0f8c4e1d451730f8c8b0ccc7d0dae560e56b4581 Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Thu, 30 Nov 2023 13:09:48 +0530 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a3747c..081a2df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy branches: [main] workflow_dispatch: schedule: - - cron: '*/1 * * * *' + - cron: '0 0 * * *' jobs: ansible-lint: