Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
nccatoni marked this conversation as resolved.
permissions:
contents: read
id-token: write
with:
library: python_lambda
ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
binaries_artifact: binaries
scenarios_groups: tracer_release
skip_empty_scenarios: true
Expand Down
Loading