From 94cafd48864c0017c67384c6dcf887e4875eeaeb 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1dc2662e..792ebc465 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,11 +15,11 @@ 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 + - run: exit 0 + - if: ${{ ! cancelled() }} + run: exit 1 + - if: ${{ success() || failure() }} + run: exit 0 test2: runs-on: ubuntu-latest steps: