mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
turn off auto-commit as clashing with branch protection (#723)
disable openapi docs auto-commit while we resolve issue of clashing with branch protection
This commit is contained in:
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- add-api-docs-workflow
|
||||
paths:
|
||||
- "oasst-shared/**"
|
||||
- "backend/**"
|
||||
@@ -46,8 +45,8 @@ jobs:
|
||||
|
||||
- run: ./scripts/backend-development/stop-mock-server.sh
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
file_pattern: "docs/docs/api/openapi.json"
|
||||
commit_message:
|
||||
update docs/docs/api/openapi.json by run ${{ github.run_id }}
|
||||
#- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
# with:
|
||||
# file_pattern: "docs/docs/api/openapi.json"
|
||||
# commit_message:
|
||||
# update docs/docs/api/openapi.json by run ${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user