diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 67519137a4..afa52c755c 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -119,6 +119,8 @@ alert-pending-release: - /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1 script: - ./scripts/gitlab/alert_pending_release.sh + interruptible: true + allow_failure: true test-linux-stable: &test stage: test