Commit a7642537

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-04-07 22:51:50
chore(internal): only run examples workflow in main repo (#2282)
1 parent f24c982
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
   examples:
     name: examples
     runs-on: ubuntu-latest
+    if: github.repository == 'openai/openai-python'
 
     steps:
       - uses: actions/checkout@v4