Skip to content

Commit 2817a03

Browse files
authored
Skip API generation on release bracnhes (#1124)
1 parent b4743ed commit 2817a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/updated_openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config --global user.email '[email protected]'
4646
4747
- name: Commit and push changes
48-
if: env.CHANGES_FOUND == 'true'
48+
if: env.CHANGES_FOUND == 'true' && !startsWith(github.head_ref, 'release/')
4949
working-directory: website
5050
run: |
5151
git add docs/api/HTTP/

0 commit comments

Comments
 (0)