Skip to content

Commit fbb0fcb

Browse files
committed
test call worflow
Signed-off-by: emdneto <[email protected]>
1 parent a94eab9 commit fbb0fcb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/contrib.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
CORE_REPO_SHA: ${{ github.sha }}

0 commit comments

Comments
 (0)