Skip to content

Commit

Permalink
feat: focus WPT updater on specific test subsystems
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Sep 18, 2024
1 parent 8c16fa6 commit 685f87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
strategy:
matrix:
subsystem:
- url # Start with only URL-related WPT tests
- url

steps:
- uses: actions/checkout@v4@<hash>
with:
persist-credentials: false

# Authenticate using GH_USER_TOKEN
- name: Set up GitHub Authentication
run: echo "GitHub Authentication set up"
env:
GH_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 685f87d

Please sign in to comment.