Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a181fa

Browse files
authored
feat(script): allow manually running summarize_progress
1 parent e063e01 commit 2a181fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/summarize_progress.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: summarize_progress
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '30 23 * * 5'
67

@@ -40,4 +41,4 @@ jobs:
4041
uses: stefanzweifel/git-auto-commit-action@v6
4142
with:
4243
commit_message: Weekly Update -- Summarize Progress
43-
repository: markdown
44+
repository: markdown

0 commit comments

Comments
 (0)