Skip to content

Commit 9bac390

Browse files
Add runs-on field to Spotless Check step in CI (#3400) (#3401)
Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> (cherry picked from commit 48379ad) Co-authored-by: Rithin Pullela <rithinp@amazon.com>
1 parent 4617dc3 commit 9bac390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
product: opensearch
2424

2525
spotless:
26+
if: github.repository == 'opensearch-project/ml-commons'
27+
runs-on: ubuntu-latest
2628
steps:
2729
- uses: actions/checkout@v4
2830
# Spotless requires JDK 17+

0 commit comments

Comments
 (0)