Skip to content

Commit

Permalink
Fix cron expression
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stdotexe authored Apr 5, 2023
1 parent 46bed3f commit c9ae6d7
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
@@ -1,7 +1,7 @@
name: Sync with Upstream
on:
schedule:
- cron: '@hourly' # Schedule the workflow to run once a day
- cron: '0 */1 * * *' # Schedule the workflow to run once a day
jobs:
sync:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9ae6d7

Please sign in to comment.