Skip to content

Commit 7f161dd

Browse files
committed
[github] Fix run-onert workflows
This will fix run-onert workflows not to include infra/nncc and to correct workflow file name. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
1 parent 95b9a2a commit 7f161dd

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/run-onert-android-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- 'Makefile.template'
1212
- 'infra/buildtool/**'
1313
- 'infra/cmake/**'
14-
- 'infra/nncc/**'
1514
- 'infra/nnfw/**'
1615
- 'runtime/**'
1716
- '!runtime/contrib/**'
@@ -26,7 +25,6 @@ on:
2625
- 'Makefile.template'
2726
- 'infra/buildtool/**'
2827
- 'infra/cmake/**'
29-
- 'infra/nncc/**'
3028
- 'infra/nnfw/**'
3129
- 'runtime/**'
3230
- '!runtime/contrib/**'

.github/workflows/run-onert-cross-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ on:
66
- master
77
- release/*
88
paths:
9-
- '.github/workflows/run-onert-build.yml'
9+
- '.github/workflows/run-onert-cross-build.yml'
1010
- 'nn*'
1111
- 'Makefile.template'
1212
- 'infra/buildtool/**'
1313
- 'infra/cmake/**'
14-
- 'infra/nncc/**'
1514
- 'infra/nnfw/**'
1615
- 'runtime/**'
1716
- '!runtime/contrib/**'
@@ -21,12 +20,11 @@ on:
2120
- master
2221
- release/*
2322
paths:
24-
- '.github/workflows/run-onert-build.yml'
23+
- '.github/workflows/run-onert-cross-build.yml'
2524
- 'nn*'
2625
- 'Makefile.template'
2726
- 'infra/buildtool/**'
2827
- 'infra/cmake/**'
29-
- 'infra/nncc/**'
3028
- 'infra/nnfw/**'
3129
- 'runtime/**'
3230
- '!runtime/contrib/**'

.github/workflows/run-onert-native-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ on:
66
- master
77
- release/*
88
paths:
9-
- '.github/workflows/run-onert-build.yml'
9+
- '.github/workflows/run-onert-native-build.yml'
1010
- 'nn*'
1111
- 'Makefile.template'
1212
- 'infra/buildtool/**'
1313
- 'infra/cmake/**'
14-
- 'infra/nncc/**'
1514
- 'infra/nnfw/**'
1615
- 'runtime/**'
1716
- '!runtime/contrib/**'
@@ -21,12 +20,11 @@ on:
2120
- master
2221
- release/*
2322
paths:
24-
- '.github/workflows/run-onert-build.yml'
23+
- '.github/workflows/run-onert-native-build.yml'
2524
- 'nn*'
2625
- 'Makefile.template'
2726
- 'infra/buildtool/**'
2827
- 'infra/cmake/**'
29-
- 'infra/nncc/**'
3028
- 'infra/nnfw/**'
3129
- 'runtime/**'
3230
- '!runtime/contrib/**'

0 commit comments

Comments
 (0)