From 8b80b2b7978aad9951e0aa5bcdc126c8fc00a848 Mon Sep 17 00:00:00 2001 From: stakbucks Date: Fri, 16 Aug 2024 02:16:24 +0900 Subject: [PATCH] test --- .github/workflows/preview_bottle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview_bottle.yaml b/.github/workflows/preview_bottle.yaml index 786c864..ef98fff 100644 --- a/.github/workflows/preview_bottle.yaml +++ b/.github/workflows/preview_bottle.yaml @@ -54,8 +54,8 @@ jobs: id: turbo-check run: | pnpx turbo-ignore @bottlesteam/e2e --task=test:e2e - continue-on-error: true - + continue-on-error: true + - name: Set CI status if: steps.turbo-check.outputs.changed != 'true' run: echo "No changes detected. Skipping CI."