Skip to content

Commit 799f272

Browse files
committed
update schedule to every 5 mins
1 parent b981580 commit 799f272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
description: optionally set a specific SDK version
1717
type: string
1818
schedule:
19-
- cron: 0 0 * * *
19+
- cron: '*/5 * * * *'
2020
jobs:
2121
generate:
2222
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15

0 commit comments

Comments
 (0)