Skip to content

Commit 23985c7

Browse files
authored
Don't cron generate
1 parent 9062618 commit 23985c7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/generate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Generate
33
on:
44
repository_dispatch:
55
types: [spec-updated]
6-
workflow_dispatch:
7-
schedule:
8-
- cron: '0 2 * * *' # Daily check at 2 AM
96

107
jobs:
118
generate:
@@ -61,4 +58,4 @@ jobs:
6158
git reset .openapi-generator/ 2>/dev/null || true
6259
git reset .github/workflows/*.yml 2>/dev/null || true
6360
git commit -m "Auto-generate wrapper from updated spec" || exit 0
64-
git push # Uses GITHUB_TOKEN automatically
61+
git push # Uses GITHUB_TOKEN automatically

0 commit comments

Comments
 (0)