From da2b9972ee46ce865f951b5486ff8cf43c02749f Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Fri, 2 Aug 2024 19:53:05 -0400 Subject: [PATCH] undo last commit. --- .github/workflows/ansible-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-updates.yml b/.github/workflows/ansible-updates.yml index 8bf8f39..d6d06f8 100644 --- a/.github/workflows/ansible-updates.yml +++ b/.github/workflows/ansible-updates.yml @@ -2,7 +2,7 @@ name: Ansible Updates on: schedule: - - cron: '*/2 * * * *' # '0 0 * * MON' + - cron: '0 0 * * MON' jobs: deploy: