Skip to content

Commit 368e741

Browse files
authored
Merge branch 'main' into joey/enhance-build-scripts
2 parents e9b60b4 + d831ec2 commit 368e741

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
library: python_lambda
3737
binaries_artifact: binaries
3838
scenarios_groups: tracer_release
39-
skip_empty_scenarios: true
39+
skip_empty_scenarios: ${{ github.event_name == 'pull_request' }}
4040
push_to_test_optimization: true

datadog_lambda/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.125.0.dev0"
1+
__version__ = "8.126.0.dev0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datadog_lambda"
3-
version = "8.125.0.dev0"
3+
version = "8.126.0.dev0"
44
description = "The Datadog AWS Lambda Library"
55
authors = ["Datadog, Inc. <dev@datadoghq.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)