Skip to content

added quick and dirty slow log #2

added quick and dirty slow log

added quick and dirty slow log #2

Workflow file for this run

# This workflow triggers nightly releases
name: Nightly release
run-name: "Nightly release (publish: ${{ inputs.publish || github.event_name == 'schedule' }})"
on:
workflow_dispatch:
inputs:
publish:
required: false
type: boolean
default: false
description: "Publish the nightly release"
schedule:
- cron: "0 0 * * *"
defaults:
run:
shell: bash
permissions:
contents: write
jobs:
release:
name: Prepare nightly release
uses: ./.github/reusable/publish-version.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
environment: nightly
extra-features: storage-surrealkv,ml
git-ref: main
publish: ${{ inputs.publish || github.event_name == 'schedule' }}
secrets: inherit