diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 3f5d749..caef7e9 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -10,7 +10,7 @@ on: jobs: on-success: - if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@master