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 cc33f88 commit ab3cad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab3cad5

Please sign in to comment.