Skip to content

Commit a764253

Browse files
chore(internal): only run examples workflow in main repo (#2282)
1 parent f24c982 commit a764253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
examples:
5555
name: examples
5656
runs-on: ubuntu-latest
57+
if: github.repository == 'openai/openai-python'
5758

5859
steps:
5960
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)