Skip to content

Commit 011af5c

Browse files
ci: fix
1 parent 51f4ab0 commit 011af5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/BenchmarkTestCases.benchmark.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const checkV8Flags = () => {
4646

4747
checkV8Flags();
4848

49-
const LAST_COMMIT = typeof process.env.LAST_COMMIT === "undefined";
49+
const LAST_COMMIT = typeof process.env.LAST_COMMIT !== "undefined";
5050
const GENERATE_PROFILE = typeof process.env.PROFILE !== "undefined";
5151

5252
/**

0 commit comments

Comments
 (0)