Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7be8d98

Browse files
authoredJan 15, 2025··
Merge branch 'main' into jean/oss-5963-deadlock-when-deloying-flow-with-dependencies-that
2 parents 64414a3 + f3870b9 commit 7be8d98

File tree

348 files changed

+16295
-5915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+16295
-5915
lines changed
 

‎.github/workflows/benchmarks.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ concurrency:
2727
jobs:
2828
run-benchmarks:
2929
name: Benchmark
30-
# Runs with ephemeral API and SQLite database right now
31-
32-
runs-on:
33-
group: oss-larger-runners
30+
runs-on: ubuntu-latest
3431
timeout-minutes: 20
3532

3633
steps:

‎.github/workflows/codspeed-benchmarks.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ concurrency:
2828
jobs:
2929
run-benchmarks:
3030
name: Benchmark
31-
# Runs with ephemeral API and SQLite database right now
32-
33-
runs-on:
34-
group: oss-larger-runners
31+
runs-on: ubuntu-latest
3532
timeout-minutes: 20
3633

3734
steps:

0 commit comments

Comments
 (0)