Skip to content

Commit a56714d

Browse files
authored
Update main.workflow
1 parent 1fe4b6d commit a56714d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow "Create an issue" {
22
resolves = ["Create Issue From File"]
3-
on = "push"
3+
on = "schedule(0 0 1 1/6 *)"
44
}
55

66
action "Create Issue From File" {

0 commit comments

Comments
 (0)