From 5448e27ca9734e97da2ee17a54a97f7c1bf13535 Mon Sep 17 00:00:00 2001 From: SynCode Date: Wed, 29 Jul 2026 19:20:10 +0200 Subject: [PATCH] Revert "test: make pipeline fail" This reverts commit 683584ed120cbff76b3d848c79fc2874f63fcb4f. --- diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# SynCode Pipelines Demo - -End-to-end verification repository for SynCode Pipelines. - -The `pipeline` workflow runs after a push, a pull request and a manual dispatch. It publishes a `pipeline-result` artifact. - +# SynCode Pipelines Demo + +End-to-end verification repository for SynCode Pipelines. + +The `pipeline` workflow runs after a push, a pull request and a manual dispatch. It publishes a `pipeline-result` artifact. + +Pull requests are protected by the pipeline result. -- SynCode