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 a14dae0 commit 9fbbeb1Copy full SHA for 9fbbeb1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
timeout-minutes: 10
14
name: lint
15
- runs-on: depot-ubuntu-24.04
+ runs-on: ${{ github.repository == 'stainless-sdks/gitpod-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
16
17
steps:
18
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
27
test:
28
29
name: test
30
31
32
33
0 commit comments