From 19ddfd6397b642b4ca4fd359b93886fe6277c3b3 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 11 May 2023 14:33:48 -0400 Subject: [PATCH] ci: fix skip tests build workflow (take 3) --- .github/workflows/build.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7fb6946c..edf77228d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,17 +253,6 @@ jobs: path: playwright/test-results/ if-no-files-found: ignore - tests-skip: - name: Quick Run - if: ${{ github.event.inputs.skiptests == 'true' }} - needs: [prepare] - runs-on: ubuntu-latest - - steps: - - name: Prepare for tests - run: | - echo "Quick run mode, skipping tests..." - # ----------------------------------------------------------------- # RELEASE # ----------------------------------------------------------------- @@ -453,7 +442,7 @@ jobs: # ----------------------------------------------------------------- sandbox: name: Deploy to Sandbox - if: ${{ success() && github.event.inputs.sandbox == 'true' }} + if: ${{ !failure() && !cancelled() && github.event.inputs.sandbox == 'true' }} needs: [prepare, release] runs-on: [self-hosted, dev-server] env: