Skip to content

Commit 6daf701

Browse files
authored
chore: run directory workflow daily
1 parent 2c68b68 commit 6daf701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_writer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# │ │ │ │ │
1111
# │ │ │ │ │
1212
# * * * * *
13-
- cron: '0 0 * * 1'
13+
- cron: '0 0 * * *'
1414
jobs:
1515
build:
1616
if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.

0 commit comments

Comments
 (0)