Skip to content

Commit 5fdb8e9

Browse files
ci: all branch runs same test
1 parent 7a36b26 commit 5fdb8e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,8 @@ jobs:
184184
chmod +x "$wrapper"
185185
CFBOX="$wrapper" bash tests/integration/run_all.sh
186186
187-
# ── QEMU system-mode emulation tests (main / release-* only) ─────
187+
# ── QEMU system-mode emulation tests ─────
188188
qemu-system-test:
189-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-')
190189
needs: cross-compile
191190
runs-on: ubuntu-latest
192191
strategy:

0 commit comments

Comments
 (0)