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 e42727c commit fbf9c05Copy full SHA for fbf9c05
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-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
0 commit comments