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 52bb01f commit 5214c86Copy full SHA for 5214c86
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-go' && '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
@@ -32,6 +33,7 @@ jobs:
32
33
34
name: test
35
36
37
38
39
0 commit comments