Skip to content

Commit

Permalink
made wf callable
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Nov 28, 2023
1 parent bcece43 commit 07dcde7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/generate_reference_results_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generate reference results workflow
on:
workflow_dispatch:
workflow_call:
inputs:
from_ref:
description: 'Use the systemtests + tutorial metadata + reference_version from this ref'
Expand All @@ -14,14 +14,7 @@ on:
description: 'loglevel used for the systemtests'
default: 'INFO'
required: true
type: choice
options:
- 'DEBUG'
- 'INFO'
- 'WARNING'
- 'ERROR'
- 'CRITICAL'

type: string
jobs:
generate_reference_results:
runs-on: [self-hosted, linux, x64, precice-tests-vm]
Expand Down

0 comments on commit 07dcde7

Please sign in to comment.