Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add webcrypto api
  • Loading branch information
panva committed Nov 26, 2024
commit 08492a9a3718e74ad5daa01634f87fdd5d3b28ed
4 changes: 2 additions & 2 deletions .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
subsystems:
description: Subsystem to run the update for
required: false
default: '["url"]'
default: '["url", "WebCryptoAPI"]'

permissions:
contents: read
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
Comment thread
mertcanaltin marked this conversation as resolved.
fail-fast: false
matrix:
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url"]') }}
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }}

steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
Expand Down