We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c919209 commit 1147ac6Copy full SHA for 1147ac6
.github/workflows/try.yml
@@ -77,7 +77,7 @@ jobs:
77
// Process `workflow_dispatch` provided configuration overrides.
78
if (context.eventName == "workflow_dispatch") {
79
// WPT-related overrides only affect Linux currently, as tests don't run by default on other platforms.
80
- configuration.matrix[0].wpt = "${{ inputs.wpt }}" || "none";
+ configuration.matrix[0].wpt = Boolean(${{ inputs.wpt }});
81
configuration.matrix[0].wpt_args = "${{ inputs.wpt-args }}" || "";
82
83
let unit_tests = Boolean(${{ inputs.unit-tests }});
0 commit comments