From 52c90e0c95d59888ddb6f1f2d793578919713f33 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Wed, 27 Mar 2024 18:23:49 +0200 Subject: [PATCH] ci: Dummy commit Signed-off-by: Alexandru Vasile --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ea8fd2cb13..22d437a7cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -396,9 +396,6 @@ jobs: command: test args: --release --package integration-tests --features unstable-light-client-long-running - - if: "failure()" - uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4 - # wasm_tests: # name: Test (WASM) # runs-on: ubuntu-latest