We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b2f2e commit c930b8eCopy full SHA for c930b8e
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
21
steps:
22
- uses: actions/checkout@v4
23
@@ -42,6 +43,7 @@ jobs:
42
43
contents: read
44
id-token: write
45
runs-on: depot-ubuntu-24.04
46
47
48
49
@@ -62,6 +64,7 @@ jobs:
62
64
63
65
name: test
66
67
68
69
70
0 commit comments