We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9062618 commit 23985c7Copy full SHA for 23985c7
1 file changed
.github/workflows/generate.yml
@@ -3,9 +3,6 @@ name: Generate
3
on:
4
repository_dispatch:
5
types: [spec-updated]
6
- workflow_dispatch:
7
- schedule:
8
- - cron: '0 2 * * *' # Daily check at 2 AM
9
10
jobs:
11
generate:
@@ -61,4 +58,4 @@ jobs:
61
58
git reset .openapi-generator/ 2>/dev/null || true
62
59
git reset .github/workflows/*.yml 2>/dev/null || true
63
60
git commit -m "Auto-generate wrapper from updated spec" || exit 0
64
- git push # Uses GITHUB_TOKEN automatically
+ git push # Uses GITHUB_TOKEN automatically
0 commit comments