Skip to content

Commit

Permalink
Adjust tests workflow for fork PRs (#97)
Browse files Browse the repository at this point in the history
changed trigger

Co-authored-by: Max Ostapenko <[email protected]>
  • Loading branch information
max-ostapenko and Max Ostapenko authored Oct 24, 2023
1 parent 2334ba8 commit 13583c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wpt-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
pull_request:
pull_request_target:
branches:
- main
paths-ignore:
Expand All @@ -13,8 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Install dependencies
Expand Down

0 comments on commit 13583c7

Please sign in to comment.