We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4972fdd commit 032e06cCopy full SHA for 032e06c
.github/workflows/contrib.yml
@@ -3,15 +3,11 @@ name: Core Contrib Test
3
on:
4
push:
5
branches-ignore:
6
- - 'release/*'
+ - 'release/*'
7
pull_request:
8
9
-env:
10
- CORE_REPO_SHA: ${{ github.sha }}
11
- CONTRIB_REPO_SHA: main
12
-
13
jobs:
14
contrib_0:
15
- uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@${{ env.CONTRIB_REPO_SHA }}
+ uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
16
with:
17
- CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}
+ CORE_REPO_SHA: ${{ github.sha }}
0 commit comments