ci: skip Run tests step for bun lane on push events
This commit is contained in:
parent
20ace16d4c
commit
6d220fb4f4
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user