Skip to content

Commit

Permalink
Add cron to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainIRS committed Sep 25, 2024
1 parent 45946c6 commit bfe5cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Daily Update

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/weekly-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Weekly Update

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bfe5cec

Please sign in to comment.