Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit acd3b36

Browse files
committed
fix: remove required status checks
1 parent c59bba9 commit acd3b36

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/project-stats.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ jobs:
8080
owner: context.repo.owner,
8181
repo: context.repo.repo,
8282
branch: 'develop',
83-
required_status_checks: {
84-
strict: false,
85-
contexts: ['Gatsby Build']
86-
},
83+
required_status_checks: null,
8784
restrictions: {
8885
users: [],
8986
teams: []

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ jobs:
182182
owner: context.repo.owner,
183183
repo: context.repo.repo,
184184
branch: 'develop',
185-
required_status_checks: {
186-
strict: false,
187-
contexts: ['Gatsby Build']
188-
},
185+
required_status_checks: null,
189186
restrictions: {
190187
users: [],
191188
teams: []

0 commit comments

Comments
 (0)