Skip to content

FEAT-#392: Raise a warning if shared object storage is enabled but the MPI library does not support it #172

FEAT-#392: Raise a warning if shared object storage is enabled but the MPI library does not support it

FEAT-#392: Raise a warning if shared object storage is enabled but the MPI library does not support it #172

Workflow file for this run

name: ci-required
on: pull_request
concurrency:
# Cancel other jobs in the same branch. We don't care whether CI passes
# on old commits.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
# NOTE: If you change the allowed prefixes here, update
# the documentation about them in /docs/development/contributing.rst
regexp: '^(?:FEAT|DOCS|FIX|REFACTOR|TEST|PERF)-#\d+:'