Skip to content

Commit a2b41cf

Browse files
alafanecherejatinyadav-cc
authored andcommitted
gradle.yml: use a smaller runner (airbytehq#35547)
1 parent 0e45af5 commit a2b41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# We therefore run this on a machine with a maximum number of cores.
2626
# We pay per time and per core, so there should be little difference in total cost.
2727
# The latency overhead of setting up gradle prior to running the actual task adds up to about a minute.
28-
runs-on: connector-test-xxlarge
28+
runs-on: connector-test-large
2929
name: Gradle Check
3030
timeout-minutes: 30
3131
steps:

0 commit comments

Comments
 (0)