Skip to content

Commit b9507c6

Browse files
committed
Update Conference workflow run every Sunday at midnight
1 parent 5d56798 commit b9507c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Conference Workflow
22
on:
3+
schedule:
4+
- cron: "0 0 * * 0" # This will run the workflow every Sunday at midnight
35
push:
46
branches:
57
- "**/issue**"

0 commit comments

Comments
 (0)