Skip to content

Fix ecbuild_disable_unused_feature #141

Fix ecbuild_disable_unused_feature

Fix ecbuild_disable_unused_feature #141

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]