Skip to content

Commit 78653ef

Browse files
emdnetoxrmx
andauthored
infra: remove generate contrib workflows from core (#4302)
* test call worflow Signed-off-by: emdneto <[email protected]> * test repo Signed-off-by: emdneto <[email protected]> * remove old contrib Signed-off-by: emdneto <[email protected]> * fix names Signed-off-by: emdneto <[email protected]> * change name Signed-off-by: emdneto <[email protected]> * Update .github/workflows/contrib.yml * Update contrib.yml * Update contrib.yml * Test pass contrib_repo_sha * Update .github/workflows/contrib.yml --------- Signed-off-by: emdneto <[email protected]> Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 1ee2774 commit 78653ef

File tree

3 files changed

+14
-2427
lines changed

3 files changed

+14
-2427
lines changed

.github/workflows/contrib.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Core Contrib Test
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'release/*'
7+
pull_request:
8+
9+
jobs:
10+
contrib_0:
11+
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
12+
with:
13+
CORE_REPO_SHA: ${{ github.sha }}
14+
CONTRIB_REPO_SHA: main

0 commit comments

Comments
 (0)