We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf9c05 commit f616411Copy full SHA for f616411
.github/workflows/ci.yml
@@ -36,14 +36,13 @@ jobs:
36
run: ./scripts/lint
37
38
upload:
39
- if: github.repository == 'stainless-sdks/openlayer-python'
+ if: github.repository == 'stainless-sdks/openlayer-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
40
timeout-minutes: 10
41
name: upload
42
permissions:
43
contents: read
44
id-token: write
45
runs-on: depot-ubuntu-24.04
46
- if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
47
steps:
48
- uses: actions/checkout@v4
49
0 commit comments