mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-30 20:33:27 -04:00
Merge pull request #1995 from lightpanda-io/ci-wba-test
ci: don't run wba test on PR
This commit is contained in:
3
.github/workflows/e2e-test.yml
vendored
3
.github/workflows/e2e-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user