Skip to content

Commit 93569f3

Browse files
chore(internal): only run examples workflow in main repo (#1450)
1 parent 0d31f40 commit 93569f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
examples:
6969
name: examples
7070
runs-on: ubuntu-latest
71+
if: github.repository == 'openai/openai-node'
7172

7273
steps:
7374
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)