From 8115d5eab19c2a95d0ea74e5800ea579817db941 Mon Sep 17 00:00:00 2001 From: Alec Swanson Date: Wed, 12 May 2021 11:16:26 -0700 Subject: [PATCH] fix: enable branch protection with correct check --- .github/workflows/fetch-related-content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-related-content.yml b/.github/workflows/fetch-related-content.yml index 1342d75bb..155627547 100644 --- a/.github/workflows/fetch-related-content.yml +++ b/.github/workflows/fetch-related-content.yml @@ -93,7 +93,7 @@ jobs: required_status_checks: { strict: false, contexts: [ - 'checkout-and-build' + 'Gatsby Build' ] }, restrictions: null,