diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 972405d5ff0..8cc07e0f6f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ env: # Otherwise, set variable to the commit of your branch on # opentelemetry-python-contrib which is compatible with these Core repo # changes. - CONTRIB_REPO_SHA: e8700fcb4ca53e819203889d372570a3a1846292 + CONTRIB_REPO_SHA: dadcd01524449ddee07a8d8405890a60caeb8c8e # This is needed because we do not clone the core repo in contrib builds anymore. # When running contrib builds as part of core builds, we use actions/checkout@v2 which # does not set an environment variable (simply just runs tox), which is different when