Skip to content

Commit f2e51d2

Browse files
committed
Fix action flow
1 parent 2f71a7b commit f2e51d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-leetcode-grid.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- "Solutions/**"
77
- "Scripts/update_project_readme.py"
88
workflow_dispatch:
9+
workflow_run:
10+
workflows: ["Sync Leetcode"]
11+
types:
12+
- completed
913

1014
jobs:
1115
update-readme:

0 commit comments

Comments
 (0)