We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b60b4 + d831ec2 commit 368e741Copy full SHA for 368e741
3 files changed
.github/workflows/system_tests.yml
@@ -36,5 +36,5 @@ jobs:
36
library: python_lambda
37
binaries_artifact: binaries
38
scenarios_groups: tracer_release
39
- skip_empty_scenarios: true
+ skip_empty_scenarios: ${{ github.event_name == 'pull_request' }}
40
push_to_test_optimization: true
datadog_lambda/version.py
@@ -1 +1 @@
1
-__version__ = "8.125.0.dev0"
+__version__ = "8.126.0.dev0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "datadog_lambda"
3
-version = "8.125.0.dev0"
+version = "8.126.0.dev0"
4
description = "The Datadog AWS Lambda Library"
5
authors = ["Datadog, Inc. <dev@datadoghq.com>"]
6
license = "Apache-2.0"
0 commit comments