Skip to content

Commit

Permalink
[onert/contrib] Update README.md and workflows (#14731)
Browse files Browse the repository at this point in the history
This commit updates README.md for runtime/contrib and disable workflows when contrib directory is updated.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
Co-authored-by: Jang Jiseob <[email protected]>
  • Loading branch information
hseok-oh and ragmani authored Feb 26, 2025
1 parent 58324bf commit 32e9ef8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-onert-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'infra/nncc/**'
- 'infra/nnfw/**'
- 'runtime/**'
- '!runtime/contrib/**'
- '!**/*.md'
pull_request:
branches:
Expand All @@ -28,6 +29,7 @@ on:
- 'infra/nncc/**'
- 'infra/nnfw/**'
- 'runtime/**'
- '!runtime/contrib/**'
- '!**/*.md'

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-onert-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'infra/nncc/**'
- 'infra/nnfw/**'
- 'runtime/**'
- '!runtime/contrib/**'
- '!**/*.md'
pull_request:
branches:
Expand All @@ -28,6 +29,7 @@ on:
- 'infra/nncc/**'
- 'infra/nnfw/**'
- 'runtime/**'
- '!runtime/contrib/**'
- '!**/*.md'

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-onert-gbs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'infra/nnfw/**'
- 'infra/cmake/**'
- 'runtime/**'
- '!runtime/contrib/**'
- 'packaging/**'
- '!**.md'
push:
Expand All @@ -33,6 +34,7 @@ on:
- 'infra/nnfw/**'
- 'infra/cmake/**'
- 'runtime/**'
- '!runtime/contrib/**'
- 'packaging/**'
- '!**.md'

Expand Down
7 changes: 7 additions & 0 deletions runtime/contrib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contrib Runtime Components

This directory contains contributed runtime components.
- It is developing as a PoC or experimental purposes, but not part of officially maintained code yet.
- It was maintained before, but it is moved to contrib to make it clear that they are not officially supported. It remains to help history tracking and code reference.

These are not maintained by the CI/CD infra except for format checks.

0 comments on commit 32e9ef8

Please sign in to comment.