Skip to content

Commit ed623f8

Browse files
committed
Restore CI
1 parent 698560f commit ed623f8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/contrib.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
2020
with:
2121
CORE_REPO_SHA: ${{ github.sha }}
22-
# DO NOT SUBMIT: Testing https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4165
23-
CONTRIB_REPO_SHA: d6b916049d9c1c7a3664a15a5cfbef722265dbd0
22+
CONTRIB_REPO_SHA: ${{ github.event_name == 'pull_request' && (
23+
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
24+
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
25+
'main'
26+
) || 'main' }}

0 commit comments

Comments
 (0)