Skip to content

Commit

Permalink
⚒️ chore: Update sync.yml to every hour [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Sep 12, 2023
1 parent 7c1df27 commit 2995472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
schedule:
- cron: "0 0 * * *" # every day
- cron: "0 * * * *" # every hour
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2995472

Please sign in to comment.