Skip to content

Commit 3cff639

Browse files
committed
[github] Fix workflow names for run-onert
This will fix workflow names for run-onert-*-build. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
1 parent 95b9a2a commit 3cff639

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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/**'
@@ -21,7 +21,7 @@ on:
2121
- master
2222
- release/*
2323
paths:
24-
- '.github/workflows/run-onert-build.yml'
24+
- '.github/workflows/run-onert-cross-build.yml'
2525
- 'nn*'
2626
- 'Makefile.template'
2727
- 'infra/buildtool/**'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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/**'
@@ -21,7 +21,7 @@ on:
2121
- master
2222
- release/*
2323
paths:
24-
- '.github/workflows/run-onert-build.yml'
24+
- '.github/workflows/run-onert-native-build.yml'
2525
- 'nn*'
2626
- 'Makefile.template'
2727
- 'infra/buildtool/**'

0 commit comments

Comments
 (0)