Skip to content

Commit

Permalink
Merge pull request #238 from bluesky-social/bnewbold/disable-updates
Browse files Browse the repository at this point in the history
disable daily builds, for now
  • Loading branch information
bnewbold authored Nov 19, 2024
2 parents 4686db5 + a8ce679 commit 39ac6ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Generate OpenAPI Schemas from Atproto Lexicons
on:
schedule:
- cron: "0 0 * * *" # once a day
# disabled 2024-11-18 due to overall broken builds
#- cron: "0 0 * * *" # once a day

jobs:
generate_openapi_schema:
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: MDX documentation updated
file_pattern: ./docs/api
file_pattern: ./docs/api

0 comments on commit 39ac6ac

Please sign in to comment.