diff --git a/.github/workflows/system-tests.yaml b/.github/workflows/system-tests.yaml index 8be862e9..f8c57a99 100644 --- a/.github/workflows/system-tests.yaml +++ b/.github/workflows/system-tests.yaml @@ -5,12 +5,11 @@ on: types: [labeled] jobs: - trigger: - if: github.event.label.name == 'trigger-system-tests' - steps: - - uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop - with: - suites: openfoam_adapter_pr - build_args: TUTORIALS_REF:develop,PRECICE_REF:develop,OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }} - systests_branch: develop - loglevel: "DEBUG" + system-tests: + if: ${{ github.event.label.name == 'trigger-system-tests' }} + uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop + with: + suites: openfoam_adapter_pr + build_args: TUTORIALS_REF:develop,PRECICE_REF:develop,OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }} + systests_branch: develop + loglevel: "DEBUG"