Skip to content

Commit

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

Don't skip device tests on workflow_call
  • Loading branch information
PaulKlauser authored Jun 3, 2024
2 parents e66e6ac + a5cbe7f commit 24697de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
device-tests:
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_call' }}
steps:
- uses: haya14busa/action-workflow_run-status@v1
if: ${{ github.event_name == 'workflow_run' }}
Expand Down

0 comments on commit 24697de

Please sign in to comment.