Skip to content

Nightly build

Nightly build #230

Workflow file for this run

# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
#
# 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 }}-nightly
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-io/.github/workflows/ci.yml@1cdfb555712530c06d066104f18a53a0b7047565'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: "./.github/workflows/ci.yml"
permissions:
contents: write
with:
create_release: false
check-code-quality:
uses: "./.github/workflows/check-code-quality.yml"
reuse-compliance:
uses: "./.github/workflows/reuse-compliance.yml"
citations:
uses: "./.github/workflows/citations.yml"