We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c441931 commit 3e09417Copy full SHA for 3e09417
.github/workflows/system_tests.yml
@@ -28,13 +28,12 @@ jobs:
28
system-tests:
29
needs:
30
- build
31
- uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
32
permissions:
33
contents: read
34
id-token: write
35
with:
36
library: python_lambda
37
- ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
38
binaries_artifact: binaries
39
scenarios_groups: tracer_release
40
skip_empty_scenarios: true
0 commit comments