Skip to content

Commit

Permalink
rollback changes in contrib
Browse files Browse the repository at this point in the history
Signed-off-by: emdneto <[email protected]>
  • Loading branch information
emdneto committed Nov 26, 2024
1 parent ce2d367 commit 1095348
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1095348

Please sign in to comment.