Skip to content

Commit 50a2f6d

Browse files
Update docs to note schedule action delay (#3059) (#3060)
* Update docs to note schedule action delay (#3059) The schedule action start time delay is significant (up to an hour) and warrants a mention to save people time thinking it's something they are doing incorrectly * Apply suggestions from code review Co-authored-by: Sarah Edwards <[email protected]>
1 parent 151bf2a commit 50a2f6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ The following steps occur to trigger a workflow run:
4141

4242
The `schedule` event allows you to trigger a workflow at a scheduled time.
4343

44+
{% note %}
45+
46+
Note: Due to load, the `schedule` event may be delayed
47+
48+
{% endnote %}
49+
4450
#### `schedule`
4551

4652
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |

0 commit comments

Comments
 (0)