Skip to content

Commit d44dde2

Browse files
committed
fix condition
1 parent ee0a995 commit d44dde2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkrepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 20
2424

25-
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
25+
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
2626

2727
strategy:
2828
matrix:

0 commit comments

Comments
 (0)