You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[]`pull_request` (with `types:[closed]`) and `schedule`
7
+
-[]`pull_request` (with `types:[closed]`) and `schedule`
8
8
> Pull requests can closed without being merged, and commits can be made to a repository without a pull request.
9
-
-[]`push` and `workflow_dispatch`
9
+
-[]`push` and `workflow_dispatch`
10
10
> The word "programmatically" in the question means that the workflow should be triggered in a non-manual way. Having users manually have to trigger a workflow every week is not reliable--it can and should be automated via `schedule`
11
-
-[]`push` and `weekly`
12
-
> `weekly` is not a valid event. Use `schedule` with cron syntax to set the workflow to run weekly.
13
-
-[]`pull_request` (with `types:[closed]`) and `weekly`
11
+
-[]`push` and `weekly`
12
+
> `weekly` is not a valid event. Use `schedule` with `cron` syntax to set the workflow to run weekly.
13
+
-[ ] This is not possible: `schedule` cannot be combined with other events
0 commit comments