From ddf657efd2f4334612cf00531720e0b91c8de421 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:18:13 +1300 Subject: [PATCH] Update .github/workflows/docs-preview-deploy.yml --- .github/workflows/docs-preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index 9423d48b..40b5cbd2 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -82,7 +82,7 @@ jobs: # ==================== # # Manage workflow deployment status (Part 1/2): - # NOTE: + # NOTE: # - `workflow_run` trigger does not appear on the PR/commit checks status, only the initial prepare workflow triggered. # This adds our own status check for this 2nd half of the workflow starting as `pending`, followed by `success` / `failure` at the end. # - `enable-commit-status` from `nwtgck/actions-netlify` would have handled this,