Skip to content

[DLPack] Bump DLPack to v1.2 and implement C functions exchange API #1042

[DLPack] Bump DLPack to v1.2 and implement C functions exchange API

[DLPack] Bump DLPack to v1.2 and implement C functions exchange API #1042

Workflow file for this run

name: CI-Build
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-Build for ${{ github.event.pull_request.number }}
runs-on: ubuntu-latest
steps:
- name: Cancel CI-build
run: |
exit 0