1 parent a385cb9 commit 18e625aCopy full SHA for 18e625a
1 file changed
.github/workflows/ci.yml
@@ -33,14 +33,13 @@ jobs:
33
run: ./scripts/lint
34
35
upload:
36
- if: github.repository == 'stainless-sdks/anthropic-python'
+ if: github.repository == 'stainless-sdks/anthropic-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
37
timeout-minutes: 10
38
name: upload
39
permissions:
40
contents: read
41
id-token: write
42
runs-on: depot-ubuntu-24.04
43
- if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
44
steps:
45
- uses: actions/checkout@v4
46
0 commit comments