Skip to content

fabric: Add fi_hmem_attr to fi_info structure #1

fabric: Add fi_hmem_attr to fi_info structure

fabric: Add fi_hmem_attr to fi_info structure #1

Workflow file for this run

name: 'Cornelis'
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
branches:
- main
paths-ignore:
- 'man/**'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
opx-ci:
name: OPX CI
if: |
github.repository == 'cornelisnetworks/libfabric-internal' &&
github.event.pull_request.merged != true
uses: cornelisnetworks/libfabric-devel/.github/workflows/cn.yml@master
on-merge:
name: On-Merge
if: |
github.repository == 'cornelisnetworks/libfabric-internal' &&
github.event.pull_request.merged == true
uses: cornelisnetworks/libfabric-devel/.github/workflows/merge.yml@master

Check failure on line 33 in .github/workflows/cn.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cn.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cn.yml" -> "cornelisnetworks/libfabric-devel/.github/workflows/merge.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.