We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faba29 commit 7780445Copy full SHA for 7780445
actions/upload/upload.ts
@@ -111,9 +111,7 @@ const qa = new Set<string>()
111
112
for (const [index, pkg] of pkgs.entries()) {
113
const yml = await usePantry().project(pkg.project).yaml()
114
- ///// FIXME: test condition
115
- // const qaRequired = yml?.["test"]?.["qa-required"] === true
116
- const qaRequired = pkg.project === "crates.io/semverator"
+ const qaRequired = yml?.["test"]?.["qa-required"] === true
117
const dst = qaRequired ? stagingBucket : bucket
118
119
const bottle = usePrefix().join(bottles[index])
0 commit comments