Skip to content

Commit

Permalink
chore: run directory workflow daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Aug 4, 2023
1 parent 2c68b68 commit 6daf701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6daf701

Please sign in to comment.