Skip to content

feat(tuning): Bayesian hyperparameter tuning via Optuna integration #671

feat(tuning): Bayesian hyperparameter tuning via Optuna integration

feat(tuning): Bayesian hyperparameter tuning via Optuna integration #671

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
# SPDX-License-Identifier: MPL-2.0
name: Quality Check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
# push: # Disabled until release of v4.0.0
# branches: ['main']
pull_request:
types: [opened, synchronize, reopened, closed]
permissions:
contents: read
jobs:
quality:
name: Quality Checks
uses: ./.github/workflows/_job_quality_check.yaml