Skip to content

Commit

Permalink
Update openapi-update-and-generate-new-sdk.yml
Browse files Browse the repository at this point in the history
make it daily check at 7 in the morning.
  • Loading branch information
elkezza authored Aug 5, 2024
1 parent 91bb872 commit 997f9bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/openapi-update-and-generate-new-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- add-new-api-folder-for-the-current-version
workflow_dispatch:
schedule:
- cron: '0 7 * * *' # At 07:00 every day

jobs:
scheduled:
Expand Down

0 comments on commit 997f9bb

Please sign in to comment.