From ab3cad5ecd3fcff59defc9ee6c183cf50b4db13f Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 4 Aug 2023 15:08:07 -0600 Subject: [PATCH] chore: run directory workflow daily --- .github/workflows/directory_writer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/directory_writer.yml b/.github/workflows/directory_writer.yml index b8403ee32c..527a55e27d 100644 --- a/.github/workflows/directory_writer.yml +++ b/.github/workflows/directory_writer.yml @@ -10,7 +10,8 @@ on: # │ │ │ │ │ # │ │ │ │ │ # * * * * * - - cron: '0 0 * * 1' + - cron: '0 0 * * *' + workflow_dispatch: jobs: build: if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.