From 5ee7cf7299aed0aba4cf9af98ab9f86469889571 Mon Sep 17 00:00:00 2001 From: imstar15 Date: Wed, 4 Sep 2024 20:27:19 +0800 Subject: [PATCH] Disable zombie_tanssi_parathreads in release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ca095ef4..41d8ef201c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -555,7 +555,8 @@ jobs: strategy: fail-fast: false matrix: - test_name: [zombie_tanssi, zombie_tanssi_parathreads, zombie_tanssi_rotation, zombie_tanssi_warp_sync, zombie_tanssi_relay] + # test_name: [zombie_tanssi, zombie_tanssi_parathreads, zombie_tanssi_rotation, zombie_tanssi_warp_sync, zombie_tanssi_relay] + test_name: [zombie_tanssi, zombie_tanssi_rotation, zombie_tanssi_warp_sync, zombie_tanssi_relay] steps: - name: Checkout uses: actions/checkout@v4