Skip to content

Commit 8a6b8a9

Browse files
committed
another
1 parent 1cd299a commit 8a6b8a9

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/preview-builds.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches-ignore:
66
- main
7-
paths:
8-
- "openapi.yaml"
97

108
jobs:
119
preview:
@@ -25,13 +23,5 @@ jobs:
2523
with:
2624
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
2725
org: togethercomputer
28-
commit_message: 'Preview build'
29-
base_sha: ${{ github.sha }}
30-
base_ref: 'main'
31-
base_branch: 'main'
32-
default_branch: 'main'
33-
head_sha: ${{ github.sha }}
34-
branch: ${{ github.ref }}
35-
36-
project: 'togetherai'
37-
oas_path: 'openapi.yaml'
26+
project: togetherai
27+
oas_path: openapi.yaml

0 commit comments

Comments
 (0)