From 10953486676c7425cc30f8bc31593dd0597860af Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:13:38 -0300 Subject: [PATCH] rollback changes in contrib Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- .github/workflows/contrib.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index b8bb3bcae3..5552d6fe04 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -6,14 +6,9 @@ on: - 'release/*' pull_request: -env: - CORE_REPO_SHA: ${{ github.sha }} - CONTRIB_REPO_SHA: main - PIP_EXISTS_ACTION: w - jobs: contrib_0: uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main with: - CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }} - CONTRIB_REPO_SHA: ${{ env.CONTRIB_REPO_SHA }} + CORE_REPO_SHA: ${{ github.sha }} + CONTRIB_REPO_SHA: main