Skip to content

Commit 8a03adc

Browse files
authored
switch back to large-runner (#27748)
1 parent 037a522 commit 8a03adc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/connectors_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
default: "--modified"
1212
runner:
1313
description: "The runner to use for this job"
14-
default: "conn-prod-xlarge-runner"
14+
default: "dev-large-runner"
1515
pull_request:
1616
types:
1717
- opened
@@ -21,7 +21,7 @@ jobs:
2121
connectors_ci:
2222
name: Connectors CI
2323
timeout-minutes: 1440 # 24 hours
24-
runs-on: ${{ inputs.runner || 'conn-prod-xlarge-runner'}}
24+
runs-on: ${{ inputs.runner || 'dev-large-runner'}}
2525
steps:
2626
- name: Checkout Airbyte
2727
uses: actions/checkout@v3

.github/workflows/publish_connectors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
publish_connectors:
1919
name: Publish connectors
20-
runs-on: conn-prod-xlarge-runner
20+
runs-on: large-runner
2121
steps:
2222
- name: Checkout Airbyte
2323
uses: actions/checkout@v3

0 commit comments

Comments
 (0)