From b6ed41a4642234b888ee1d17fc76ad97409461b5 Mon Sep 17 00:00:00 2001
From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
Date: Tue, 20 Sep 2022 11:56:44 +0200
Subject: [PATCH] [ci] Revert cancel-pipeline job (#6028)

* [WIP][ci] Revert cancel-pipeline job

* fail test-linux-stable

* fix test-linux-stable
---
 polkadot/.gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index 91ac364a8a0..d3a4d2eaf38 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -1054,8 +1054,6 @@ short-benchmark-westend:
     PR_NUM:                        "${PR_NUM}"
   trigger:
     project:                       "parity/infrastructure/ci_cd/pipeline-stopper"
-    # remove branch, when pipeline-stopper for polakdot is updated to the same branch
-    branch:                        "as-improve"
 
 cancel-pipeline-test-linux-stable:
   extends:                         .cancel-pipeline-template
-- 
GitLab