From 910fb348970501c2f0d6573ae8d499a6d50079e0 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 8 Oct 2024 16:11:45 +0200 Subject: [PATCH] temp commit Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-ubuntu-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 1357156a..066d5155 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -85,13 +85,14 @@ jobs: os: - ubuntu-22.04 - ubuntu-24.04 - uses: ./.github/workflows/reusable-workflow.yml - with: - os: ${{ matrix.os }} - custom_version_build: ${{ inputs.custom_version_build || 'v3' }} - dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }} - ref: ${{ inputs.ref }} - secrets: inherit + run: echo "Running tests on ${{ matrix.os }} with ${{ matrix.cmake_build_type }} build type" + # uses: ./.github/workflows/reusable-workflow.yml + # with: + # os: ${{ matrix.os }} + # custom_version_build: ${{ inputs.custom_version_build || 'v3' }} + # dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }} + # ref: ${{ inputs.ref }} + # secrets: inherit