Skip to content

move cugraph-dgl, cugraph-pyg, wholegraph to cugraph-gnn repo (#31) #24

move cugraph-dgl, cugraph-pyg, wholegraph to cugraph-gnn repo (#31)

move cugraph-dgl, cugraph-pyg, wholegraph to cugraph-gnn repo (#31) #24

Workflow file for this run

name: build
on:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
run-checks:
uses: ./.github/workflows/checks-and-builds.yaml
with:
build_type: branch
publish: false
secrets: inherit