From 6daf7015e31d079ae5896bb20719e46ccf8dd821 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 4 Aug 2023 15:06:36 -0600 Subject: [PATCH] chore: run directory workflow daily --- .github/workflows/directory_writer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/directory_writer.yml b/.github/workflows/directory_writer.yml index 3264c0324..48f71505c 100644 --- a/.github/workflows/directory_writer.yml +++ b/.github/workflows/directory_writer.yml @@ -10,7 +10,7 @@ on: # │ │ │ │ │ # │ │ │ │ │ # * * * * * - - cron: '0 0 * * 1' + - cron: '0 0 * * *' jobs: build: if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.