Commit fef6209
committed
Add additional trigger events to CI workflows
Schedule event allows periodic checks for breakage caused by external changes. This is important both because it brings
these issues to the developer's attention, and also so that breakage to the CI can be fixed before it causes contributors
to have a bad experience from irrelevant failures of check on their PRs.
The workflow_dispatch and repository_dispatch events allow manual triggering of the workflow. These can be useful when
doing development and maintenance on the CI system, and do no harm when they are not needed, so it makes sense to add
them.1 parent bc73ba6 commit fef6209
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments