Fix out-of-bounds memory access in SetKernel for 0-size tensor #3238
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: CI-Windows | |
| on: | |
| pull_request: | |
| types: [closed] | |
| branches: [develop, release/**] | |
| permissions: read-all | |
| concurrency: | |
| group: ${{ github.event.pull_request.number }}-${{ github.workflow }} | |
| cancel-in-progress: true | |
| env: | |
| PR_ID: ${{ github.event.pull_request.number }} | |
| COMMIT_ID: ${{ github.event.pull_request.head.sha }} | |
| jobs: | |
| cancel: | |
| name: Cancel CI-Windows for ${{ github.event.pull_request.number }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Cancel CI-Windows | |
| run: | | |
| exit 0 |