Skip to content

Commit

Permalink
update codeowners and generation cron
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 21, 2024
1 parent 49dbc63 commit 512b6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @goshippo/core-enablement
* @goshippo/core-enablement @AdrianCollinsShippo
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
type: boolean
default: false
schedule:
- cron: 0 0 * * *
- cron: "0 0 * * 1" # Mondays at 00:00 UTC
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
Expand Down

0 comments on commit 512b6e7

Please sign in to comment.