diff --git a/.github/workflows/device-tests.yml b/.github/workflows/device-tests.yml index 789b472c..3f65c539 100644 --- a/.github/workflows/device-tests.yml +++ b/.github/workflows/device-tests.yml @@ -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' }}