From b2902bd4e58cefbf28d77e1cd1242d401f775651 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Mon, 20 Apr 2026 13:07:27 +0200 Subject: [PATCH] Remove system-tests pin --- .github/workflows/system_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index 04e08246..bc6b05e9 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -28,13 +28,12 @@ jobs: system-tests: needs: - build - uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1 + uses: DataDog/system-tests/.github/workflows/system-tests.yml@main permissions: contents: read id-token: write with: library: python_lambda - ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1 binaries_artifact: binaries scenarios_groups: tracer_release skip_empty_scenarios: true