Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/sync-agent-sdk-openapi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sync agent-sdk OpenAPI

on:
push:
branches:
- '**' # run on every branch
schedule:
- cron: '0 2 * * *' # nightly catch-up
workflow_dispatch:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sync-docs-code-blocks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sync Documentation Code Blocks

on:
push:
branches:
- '**' # run on every branch
schedule:
# Run daily at 2 AM UTC to catch any changes
- cron: '0 2 * * *'
Expand Down