Skip to content

Merge pull request #71 from ecmwf/fix/fix-optional-features #149

Merge pull request #71 from ecmwf/fix/fix-optional-features

Merge pull request #71 from ecmwf/fix/fix-optional-features #149

Workflow file for this run

name: ci
# Controls when the workflow will run
on:
# Trigger the workflow on all pushes, except on tag creation
push:
branches:
- '**'
tags-ignore:
- '**'
# Trigger the workflow on all pull requests
pull_request: ~
# Allow workflow to be dispatched on demand
workflow_dispatch: ~
jobs:
# Calls a reusable CI workflow to build & test the current repository.
# We skip jobs that will result in duplicate artifacts, since the code does not depend on the compiler.
ci:
name: ci
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci.yml@v2
with:
skip_matrix_jobs: |
[email protected]