We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c92ff commit 829cd0cCopy full SHA for 829cd0c
1 file changed
.github/workflows/test.yml
@@ -260,7 +260,6 @@ jobs:
260
# arm64 tests via QEMU emulation on standard ubuntu-latest runners
261
test-arm64:
262
needs: lint
263
- if: github.event_name == 'schedule' || github.ref == 'refs/heads/main'
264
runs-on: ubuntu-latest
265
timeout-minutes: 60 # QEMU emulation is significantly slower than native
266
permissions:
0 commit comments