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 6e8b2be commit 69737c8Copy full SHA for 69737c8
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments