Skip to content

Commit

Permalink
fix: parallelize registry builds (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Nov 14, 2023
1 parent 732e810 commit 9a9b3c6
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: registry

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

jobs:
build-registry:
Expand Down
Loading

0 comments on commit 9a9b3c6

Please sign in to comment.