Skip to content

Commit 9fbbeb1

Browse files
chore(ci): only use depot for staging repos
1 parent a14dae0 commit 9fbbeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
timeout-minutes: 10
1414
name: lint
15-
runs-on: depot-ubuntu-24.04
15+
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
timeout-minutes: 10
2929
name: test
30-
runs-on: depot-ubuntu-24.04
30+
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
3131
steps:
3232
- uses: actions/checkout@v4
3333

0 commit comments

Comments
 (0)