Skip to content

Commit 930bf9e

Browse files
committed
ci: run wpt classic only on PR
1 parent a34f2e9 commit 930bf9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wpt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
wpt:
4242
name: web platform tests
4343

44-
# Don't run the CI with draft PR.
45-
if: github.event.pull_request.draft == false
44+
# Only for PR without draft.
45+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
4646

4747
runs-on: ubuntu-latest
4848

0 commit comments

Comments
 (0)