[skip ci]

This commit is contained in:
naiba
2022-06-07 21:50:18 +08:00
parent 412d664e56
commit 13e29700f8
+1 -1
View File
@@ -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