Skip to content

Nightly build

Nightly build #4

Workflow file for this run

# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
#
# SPDX-License-Identifier: MPL-2.0
name: Nightly build
# Controls when the workflow will run
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * *" # Based on UTC time
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:

Check failure on line 18 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly build

Invalid workflow file

The workflow is not valid. .github/workflows/nightly.yml (Line: 18, Col: 3): Error calling workflow 'PowerGridModel/power-grid-model/.github/workflows/main.yml@38de62066b2cd11355f09f3cb23bd65c0f993b12'. The nested job 'publish-wheels' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: "./.github/workflows/main.yml"
clang-tidy:
uses: "./.github/workflows/clang-tidy.yml"
with:
target: power_grid_model_c
# target: "all power_grid_model_benchmark_cpp" # TODO(mgovers): re-enable when more clang-tidy stuff is fixed