Skip to content

Commit

Permalink
Update parametric-tests.yml
Browse files Browse the repository at this point in the history
revert changes that point CI to run specific commit hash of the system tests
  • Loading branch information
mtoffl01 authored Jul 15, 2024
1 parent 08a1e10 commit 6c7ab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'DataDog/system-tests'
ref: 938a700fafa34b91c2789ddeec4fbfd5fbe3ab0b
ref: ${{ inputs.ref }}

- name: Checkout dd-trace-go
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c7ab6c

Please sign in to comment.