Skip to content

Commit

Permalink
Merge pull request #152 from airbytehq/malik/generate-cron
Browse files Browse the repository at this point in the history
chore: put the generate workflow on a cron
  • Loading branch information
keyihuang authored Oct 31, 2024
2 parents c054611 + d8c5590 commit b5b540d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/speakeasy_sdk_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permissions:
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * *
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
Expand Down

0 comments on commit b5b540d

Please sign in to comment.