Skip to content

Commit c723f1e

Browse files
chore(internal): change ci workflow machines
1 parent a07f998 commit c723f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
permissions:
4848
contents: read
4949
id-token: write
50-
runs-on: depot-ubuntu-24.04
50+
runs-on: ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
5151
steps:
5252
- uses: actions/checkout@v4
5353

0 commit comments

Comments
 (0)