Skip to content

Commit 11cb2c9

Browse files
committed
Add default values for the scheduled system-tests-latest-components
1 parent effdac7 commit 11cb2c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/system-tests-latest-components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
needs: gather-refs
173173
uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
174174
with:
175-
suites: ${{ inputs.suites }}
175+
suites: ${{ inputs.suites || 'release_test' }}
176176
build_args: "PLATFORM:ubuntu_2404,\
177177
PRECICE_REF:${{ needs.gather-refs.outputs.ref-precice }},\
178178
PYTHON_BINDINGS_REF:${{ needs.gather-refs.outputs.ref-python-bindings }},\
@@ -183,5 +183,5 @@ jobs:
183183
OPENFOAM_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-openfoam-adapter }},\
184184
SU2_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-su2-adapter }},\
185185
TUTORIALS_REF:${{ needs.gather-refs.outputs.ref-tutorials }}"
186-
system_tests_branch: ${{ inputs.system_tests_branch }}
186+
system_tests_branch: ${{ inputs.system_tests_branch || 'develop' }}
187187
log_level: "INFO"

0 commit comments

Comments
 (0)