Skip to content

make autopep happy and trigger wf once :) #1

make autopep happy and trigger wf once :)

make autopep happy and trigger wf once :) #1

name: Generate reference results (manual)
on:
workflow_dispatch:
inputs:
from_ref:
description: 'Use the systemtests + tutorial metadata + reference_version from this ref'
required: true
type: string
commit_msg:
description: 'Commit msg for commit that adds the reference results'
default: "Adding reference results"
type: string
loglevel:
description: 'loglevel used for the systemtests'
default: 'INFO'
required: true
type: choice
options:
- 'DEBUG'
- 'INFO'
- 'WARNING'
- 'ERROR'
- 'CRITICAL'
push:
branches:
- 'add-wf-reference-results'
jobs:
generate_reference_results_manual:
uses: ./.github/workflows/generate_reference_results_workflow.yml

Check failure on line 32 in .github/workflows/generate_reference_results_manual.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/generate_reference_results_manual.yml

Invalid workflow file

error parsing called workflow ".github/workflows/generate_reference_results_manual.yml" -> "./.github/workflows/generate_reference_results_workflow.yml" (source branch with sha:bcece4375e41cc5c76360ec88b057606423ac13f) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
from_ref: ${{ inputs.from_ref }}
commit_msg: ${{ inputs.commit_msg }}
loglevel: ${{ inputs.loglevel }}