Skip to content

Commit

Permalink
Disable zombie_tanssi_parathreads in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Sep 4, 2024
1 parent 5f2f1f0 commit 5ee7cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ee7cf7

Please sign in to comment.