Skip to content

Commit 0ae14a8

Browse files
chore(ci): run on more branches and use depot runners
1 parent 641f4eb commit 0ae14a8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: CI
22
on:
33
push:
4-
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- main
9-
- next
4+
branches-ignore:
5+
- 'generated'
6+
- 'codegen/**'
7+
- 'integrated/**'
8+
- 'stl-preview-head/**'
9+
- 'stl-preview-base/**'
1010

1111
jobs:
1212
lint:
1313
timeout-minutes: 10
1414
name: lint
15-
runs-on: ubuntu-latest
15+
runs-on: depot-ubuntu-24.04
16+
1617
steps:
1718
- uses: actions/checkout@v4
1819
- name: Set up Ruby
@@ -28,7 +29,7 @@ jobs:
2829
test:
2930
timeout-minutes: 10
3031
name: test
31-
runs-on: ubuntu-latest
32+
runs-on: depot-ubuntu-24.04
3233
steps:
3334
- uses: actions/checkout@v4
3435
- name: Set up Ruby

.github/workflows/publish-gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
name: publish
10-
runs-on: ubuntu-latest
10+
runs-on: depot-ubuntu-24.04
1111

1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/release-doctor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release_doctor:
1010
name: release doctor
11-
runs-on: ubuntu-latest
11+
runs-on: depot-ubuntu-24.04
1212
environment: publish
1313
if: github.repository == 'openai/openai-ruby' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1414

0 commit comments

Comments
 (0)