[Cherry-Pick] Add clear_grpah_opt_backend method to Qwen3VL(#7086) #95
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: ILUVATAR-CI | |
| on: | |
| pull_request: | |
| types: [closed] | |
| branches: [develop, release/**] | |
| permissions: read-all | |
| concurrency: | |
| group: ${{ github.event.pull_request.number }}-${{ github.workflow }} | |
| cancel-in-progress: true | |
| jobs: | |
| cancel: | |
| name: Cancel ILUVATAR-CI for ${{ github.event.pull_request.number }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Cancel ILUVATAR-CI | |
| run: | | |
| exit 0 |