Update .github/workflows/docs-preview-deploy.yml

This commit is contained in:
Brennan Kinney 2024-11-14 16:18:13 +13:00 committed by GitHub
parent bcfe6940b8
commit ddf657efd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,