Skip to content

Commit

Permalink
Merge pull request #549 from willowtreeapps/chore/538-move-firebase-t…
Browse files Browse the repository at this point in the history
…ests-separate-workflow-11

Only run device test workflow if build was successful
  • Loading branch information
PaulKlauser authored Jun 3, 2024
2 parents d7f24c3 + 9253b5d commit 1cf88ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
device-tests:
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: haya14busa/action-workflow_run-status@v1
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 1cf88ef

Please sign in to comment.