Skip to content

Commit

Permalink
Merge pull request #1311 from newrelic/alec/fix-branch-protection
Browse files Browse the repository at this point in the history
fix: enable branch protection with correct check
  • Loading branch information
aswanson-nr authored May 12, 2021
2 parents 2ff71f0 + 8115d5e commit 6c54beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-related-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
required_status_checks: {
strict: false,
contexts: [
'checkout-and-build'
'Gatsby Build'
]
},
restrictions: null,
Expand Down

0 comments on commit 6c54beb

Please sign in to comment.