Skip to content

ci

ci #19

Workflow file for this run

name: ci
permissions:
contents: read
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
branches:
- master
jobs:
mpich:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: mpich
openmpi:
uses: ./.github/workflows/cd-wheel.yml
with:
mpiname: openmpi