Skip to content

Commit

Permalink
chore: Update required checks in other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Jun 17, 2021
1 parent 3c023d6 commit 8024ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-swiftype-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
branch: 'main',
required_status_checks: {
strict: false,
contexts: ['Gatsby Build']
contexts: ['Gatsby Build', 'Outdated Translations Removed']
},
restrictions: {
users: [],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-whats-new-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
branch: 'develop',
required_status_checks: {
strict: false,
contexts: ['Run Eslint', 'Run Tests', 'license/cla']
contexts: ['Run Eslint', 'Run Tests', 'license/cla', 'Outdated Translations Removed']
},
restrictions: {
users: [],
Expand Down

0 comments on commit 8024ea6

Please sign in to comment.