From 50a2f6d34d853a37926656f2fe5467f38244f04d Mon Sep 17 00:00:00 2001 From: Brenton Wheeler Date: Tue, 23 Feb 2021 06:32:35 +1000 Subject: [PATCH] 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 --- content/actions/reference/events-that-trigger-workflows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/actions/reference/events-that-trigger-workflows.md b/content/actions/reference/events-that-trigger-workflows.md index 9693d877b4..7bb9d38713 100644 --- a/content/actions/reference/events-that-trigger-workflows.md +++ b/content/actions/reference/events-that-trigger-workflows.md @@ -41,6 +41,12 @@ The following steps occur to trigger a workflow run: The `schedule` event allows you to trigger a workflow at a scheduled time. +{% note %} + +Note: Due to load, the `schedule` event may be delayed + +{% endnote %} + #### `schedule` | Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |