Skip to content

Commit ce3cbe6

Browse files
authored
Make nighly script require params (#11)
1 parent 35bba99 commit ce3cbe6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dawn-check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ on:
3131
workflow_call:
3232
inputs:
3333
channel:
34-
required: false
35-
default: "canary"
3634
description: "Chromium channel for Dawn (stable, beta, canary)"
35+
required: true
3736
type: string
3837
config:
3938
description: "Configuration (release or debug)"
40-
required: false
41-
default: "release"
39+
required: true
4240
type: string
4341

4442
jobs:

0 commit comments

Comments
 (0)