Skip to content

Commit

Permalink
fix: enable branch protection with correct check
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 12, 2021
1 parent 2ff71f0 commit 8115d5e
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 8115d5e

Please sign in to comment.