Skip to content

.github/workflows/nightly.yml #4

.github/workflows/nightly.yml

.github/workflows/nightly.yml #4

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:
uses: "./.github/workflows/main.yml"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nightly.yml" -> "./.github/workflows/main.yml" : failed to fetch workflow: workflow was not found.
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"
clang-tidy:
uses: "./.github/workflows/clang-tidy.yml"
with:
target: "all power_grid_model_benchmark_cpp"
citations:
uses: "./.github/workflows/citations.yml"