From 8ce6c2fab4727b8e3b997e5a918f8b235d233bb0 Mon Sep 17 00:00:00 2001 From: Anton B Date: Fri, 15 Sep 2023 12:48:00 -0300 Subject: [PATCH] ci: additional contidion for downloading pr-data-artifacts --- .github/workflows/automated-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 90c1e3def0be..1140d1840a1f 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -364,7 +364,7 @@ jobs: - name: Install dependencies working-directory: ./bigbluebutton-tests/playwright run: npm ci - - if: needs.install-and-run-tests.result == 'failure' + - if: needs.install-and-run-tests.result == 'skipped' || needs.install-and-run-tests.result == 'failure' id: pr-data-artifact uses: actions/download-artifact@v3 with: