fix: skip INFERENCE_SERVICE_NAME injection on pre-existing deployments to avoid pod restart on upgrade (RHOAIENG-59268) #11568
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: Re-Run PR tests | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| rerun_pr_tests: | |
| name: rerun_pr_tests | |
| if: github.event.issue.pull_request != '' && (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'CONTRIBUTOR' || github.event.comment.author_association == 'MEMBER') | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: estroz/rerun-actions@6660c16a6581b198ac59545c06531a6077bf7be6 | |
| with: | |
| repo_token: ${{ secrets.GITHUB_TOKEN }} | |
| comment_id: ${{ github.event.comment.id }} |