Skip to content

Commit bf0c3b6

Browse files
authored
CI - Disable PR approval check (#4683)
# Description of Changes Disabling this for now since it's buggy and I'm about to be out for a while. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing This can't be tested since it runs using the version in the base branch. Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 2432a33 commit bf0c3b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr_approval_check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
publish-approval-status:
3131
name: Set approval status
3232
runs-on: ubuntu-latest
33+
# Disabled until we can spend some more focus on making this work consistently.
34+
# See https://github.com/clockworklabs/SpacetimeDB/pull/4673.
35+
if: false
3336

3437
# SECURITY: Do not add a checkout step to this job. See comment at the top of this file.
3538
steps:

0 commit comments

Comments
 (0)