File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 run : ./scripts/lint
4242
4343 build :
44- if : github.repository == 'stainless-sdks/cloudflare-python' && (github. event_name == 'push' || github.event.pull_request.head.repo.fork)
44+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
4545 timeout-minutes : 10
4646 name : build
4747 permissions :
@@ -66,12 +66,14 @@ jobs:
6666 run : rye build
6767
6868 - name : Get GitHub OIDC Token
69+ if : github.repository == 'stainless-sdks/cloudflare-python'
6970 id : github-oidc
7071 uses : actions/github-script@v6
7172 with :
7273 script : core.setOutput('github_token', await core.getIDToken());
7374
7475 - name : Upload tarball
76+ if : github.repository == 'stainless-sdks/cloudflare-python'
7577 env :
7678 URL : https://pkg.stainless.com/s
7779 AUTH : ${{ steps.github-oidc.outputs.github_token }}
You can’t perform that action at this time.
0 commit comments