Skip to content

[CI] Allow rector-laravel dev-main check to fail without blocking - #8376

Closed
TomasVotruba wants to merge 1 commit into
mainfrom
allow-fail-rector-laravel
Closed

[CI] Allow rector-laravel dev-main check to fail without blocking#8376
TomasVotruba wants to merge 1 commit into
mainfrom
allow-fail-rector-laravel

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

The Rector Laravel with dev-main job clones the 3rd-party driftingly/rector-laravel repo and runs its test suite against rector/rector:dev-main. A failure there reflects downstream drift, not a regression in this repo, yet it currently blocks the PR status.

Marks the job continue-on-error: true so it still runs and reports, but no longer blocks merges.

     rector_laravel_rector_dev:
         runs-on: ubuntu-latest
+
+        # downstream 3rd-party repo tested against dev-main; allowed to fail without blocking
+        continue-on-error: true

@TomasVotruba
TomasVotruba force-pushed the allow-fail-rector-laravel branch from 89348e7 to de2eec3 Compare August 25, 2026 07:38
@TomasVotruba

Copy link
Copy Markdown
Member Author

Passing already

@TomasVotruba
TomasVotruba deleted the allow-fail-rector-laravel branch August 26, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant