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 a94eab9 commit fbb0fcbCopy full SHA for fbb0fcb
.github/workflows/contrib.yml
@@ -0,0 +1,16 @@
1
+name: Core Contrib Test
2
+
3
+on:
4
+ push:
5
+ branches-ignore:
6
+ - 'release/*'
7
+ pull_request:
8
9
+env:
10
+ CORE_REPO_SHA: ${{ github.sha }}
11
12
+jobs:
13
+ core_contrib_0:
14
+ uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@de4c1741ae6504b17ea6e563e50ff740c61a1004
15
+ with:
16
0 commit comments