Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Now correctly skipping
  • Loading branch information
lucaschifino committed Apr 24, 2026
commit 0d75cff8a9d5e1d79cd4b43ad83ebc577f96cbbc
6 changes: 2 additions & 4 deletions .github/workflows/merge_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ name: Merge Unit Tests
# - Fix remaining crashing tests
# - Fix other consistently failing tests
# Re-enable this workflow once the test suite is stable enough to act as a reliable merge gate.
# on:
# pull_request:
# branches: [main, 'patch/**', 'develop']
on:
pull_request:
branches: [] # No branches — effectively disables this workflow
branches: [main, 'patch/**', 'develop']

jobs:
execute_merge_tests:
if: false # Temporarily disabled — see comment above
runs-on: macos-26
name: Execute Merge Tests

Expand Down
Loading