Skip to content

Commit 5376f17

Browse files
committed
Update answers and format
1 parent 3e154ef commit 5376f17

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

questions/en/actions/question-176.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ documentation: "https://docs.github.com/en/actions/reference/workflows-and-actio
44
---
55

66
- [x] `push` and `schedule`
7-
- [] `pull_request` (with `types:[closed]`) and `schedule`
7+
- [ ] `pull_request` (with `types:[closed]`) and `schedule`
88
> 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`
1010
> 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

Comments
 (0)