ci: skip Run tests step for bun lane on push events

This commit is contained in:
kumarabhirup 2026-02-22 01:14:05 -08:00
parent 20ace16d4c
commit 6d220fb4f4
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -59,4 +59,5 @@ jobs:
echo "OPENCLAW_TEST_MAX_OLD_SPACE_SIZE_MB=8192" >> "$GITHUB_ENV"
- name: Run tests (${{ matrix.runtime }})
if: github.event_name != 'push' || matrix.runtime != 'bun'
run: ${{ matrix.command }}