Merge pull request #1995 from lightpanda-io/ci-wba-test

ci: don't run wba test on PR
This commit is contained in:
Pierre Tachoire
2026-03-25 18:09:26 +01:00
committed by GitHub

View File

@@ -179,6 +179,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
# Don't execute on PR
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v6
with: