We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a36b26 commit 5fdb8e9Copy full SHA for 5fdb8e9
1 file changed
.github/workflows/ci.yml
@@ -184,9 +184,8 @@ jobs:
184
chmod +x "$wrapper"
185
CFBOX="$wrapper" bash tests/integration/run_all.sh
186
187
- # ── QEMU system-mode emulation tests (main / release-* only) ─────
+ # ── QEMU system-mode emulation tests ─────
188
qemu-system-test:
189
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-')
190
needs: cross-compile
191
runs-on: ubuntu-latest
192
strategy:
0 commit comments