Skip to content

Commit b9e6eac

Browse files
committed
fightci
1 parent 8da0ce8 commit b9e6eac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/stress.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Stress tests
2-
on:
3-
workflow_dispatch:
2+
on: [workflow_dispatch]
43

54
jobs:
65
build_tarballs:
@@ -27,7 +26,7 @@ jobs:
2726
strategy:
2827
fail-fast: false
2928
matrix:
30-
platform: ["amd64", "i386", "ppc64le", "arm64v8", "arm32v7", "s390x", "riscv64"]
29+
platform: ["riscv64"]
3130
steps:
3231
- name: Set up QEMU
3332
if: matrix.platform != 'amd64'

0 commit comments

Comments
 (0)