Skip to content

Commit a4b20fd

Browse files
committed
Run on schedule
1 parent 94c73d7 commit a4b20fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/track_todos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ name: track_todos
2121

2222
# Workflow triggers:
2323
on:
24+
schedule:
25+
# Run the workflow once a month on the 1st day of every month:
26+
- cron: "0 0 1 * *"
27+
28+
# Allow the workflow to be manually run:
2429
workflow_dispatch:
2530

2631
# Workflow jobs:

0 commit comments

Comments
 (0)