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 e15aec6 commit 1b938b2Copy full SHA for 1b938b2
.github/workflows/ci.yml
@@ -36,14 +36,13 @@ jobs:
36
run: ./scripts/lint
37
38
upload:
39
- if: github.repository == 'stainless-sdks/open-transit-python'
+ if: github.repository == 'stainless-sdks/open-transit-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