Skip to content

Commit

Permalink
Add runs-on field to Spotless Check step in CI (#3400) (#3401)
Browse files Browse the repository at this point in the history
Signed-off-by: rithin-pullela-aws <[email protected]>
(cherry picked from commit 48379ad)

Co-authored-by: Rithin Pullela <[email protected]>
  • Loading branch information
1 parent 4617dc3 commit 9bac390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
product: opensearch

spotless:
if: github.repository == 'opensearch-project/ml-commons'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Spotless requires JDK 17+
Expand Down

0 comments on commit 9bac390

Please sign in to comment.