From 5c3b75160e0d236944e8b52e241a212be38c2eca Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sat, 22 Jun 2024 07:30:38 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1dc2662e..d5c9d1467 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,11 +15,15 @@ jobs: runs-on: ubuntu-latest steps: - run: exit 1 - continue-on-error: true - - run: exit 1 - continue-on-error: true - - run: exit 1 - continue-on-error: true + - if: ${{ ! cancelled() }} + run: | + exit 1 + echo 'hoge' + exit 0 + - if: ${{ ! cancelled() }} + run: exit 1 + - if: ${{ ! cancelled() }} + run: exit 0 test2: runs-on: ubuntu-latest steps: