From 344254fc96b37e6fcc6a0127fd921eee401fbece Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Thu, 30 Nov 2023 12:57:45 +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 081a2df0..7a3747c7 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: '0 0 * * *' + - cron: '*/1 * * * *' jobs: ansible-lint: