Skip to content

Commit

Permalink
Dial back sync interval from 10 to 30 min
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Berlette <[email protected]>
  • Loading branch information
nberlette authored Jun 5, 2023
1 parent 5985f64 commit e58d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync Deno Releases

on:
schedule:
- cron: '*/10 * * * *'
- cron: '*/30 * * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e58d50b

Please sign in to comment.