Skip to content

[HWORKS-1555] Add Jenkins pipeline for building sklearnserver img (#27) #3

[HWORKS-1555] Add Jenkins pipeline for building sklearnserver img (#27)

[HWORKS-1555] Add Jenkins pipeline for building sklearnserver img (#27) #3

# This workflow will remove the lgtm label from a PR that gets updated.
# This prevents any un-reviewed code from being automatically merged by the lgtm-merger mechanism.
name: "Prow remove lgtm label"
on: pull_request
jobs:
remove-lgtm:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/[email protected]
with:
jobs: 'lgtm'
github-token: "${{ secrets.GITHUB_TOKEN }}"