Skip to content

Commit

Permalink
Setup a cron job.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirguest authored Jun 21, 2024
1 parent f8bed2e commit 1e96a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master

schedule:
- cron: '30 12 * * *' # try to update the mirrors every day.

jobs:
mirroring:
Expand Down

0 comments on commit 1e96a5c

Please sign in to comment.