mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
ci: run wpt classic only on PR
This commit is contained in:
4
.github/workflows/wpt.yml
vendored
4
.github/workflows/wpt.yml
vendored
@@ -41,8 +41,8 @@ jobs:
|
|||||||
wpt:
|
wpt:
|
||||||
name: web platform tests
|
name: web platform tests
|
||||||
|
|
||||||
# Don't run the CI with draft PR.
|
# Only for PR without draft.
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user