Skip to content

Commit 774e8cf

Browse files
authored
Add the ability to manually run the workflow updating the SDK (#1603)
This avoids waiting for the scheduled run on the next day when we make fixes in the code generator to fix an update.
1 parent 77648da commit 774e8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/watch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Watch for changes
33
on:
44
schedule:
55
- cron: "0 6 * * *"
6+
workflow_dispatch: ~
67

78
jobs:
89
generated-code:

0 commit comments

Comments
 (0)