Skip to content

Commit

Permalink
ci: additional contidion for downloading pr-data-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbsa committed Sep 15, 2023
1 parent 27cb86c commit 8ce6c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ce6c2f

Please sign in to comment.