From a3bd2016094a475825038fc37a3fb2ea69ac8a9c Mon Sep 17 00:00:00 2001 From: a-masterov <72613290+a-masterov@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:04:51 +0100 Subject: [PATCH] Update cet.yml --- .github/workflows/cet.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cet.yml b/.github/workflows/cet.yml index 3b18b77..8453a4f 100644 --- a/.github/workflows/cet.yml +++ b/.github/workflows/cet.yml @@ -19,6 +19,8 @@ jobs: run: exit 0 - name: step2 - if: ${{inputs.run_s2}} - run: exit 1 + uses: ./.github/actions/test-multi-steps + with: + run_s2: true +