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 +