update: Inferencepool API group to use v1 than v1alpha2 #249
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Jobs on PR | |
| on: pull_request | |
| jobs: | |
| execute: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: jpmcb/prow-github-actions@v2.0.0 | |
| with: | |
| jobs: lgtm | |
| github-token: '${{ secrets.GITHUB_TOKEN }}' |