Skip to content

Commit

Permalink
infra: remove generate contrib workflows from core (#4302)
Browse files Browse the repository at this point in the history
* test call worflow

Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>

* test repo

Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>

* remove old contrib

Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>

* fix names

Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>

* change name

Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>

* 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 <9735060+emdneto@users.noreply.github.com>
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
  • Loading branch information
emdneto and xrmx authored Nov 26, 2024
1 parent 1ee2774 commit 78653ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2,427 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Core Contrib Test

on:
push:
branches-ignore:
- 'release/*'
pull_request:

jobs:
contrib_0:
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
with:
CORE_REPO_SHA: ${{ github.sha }}
CONTRIB_REPO_SHA: main
Loading

0 comments on commit 78653ef

Please sign in to comment.