Skip to content

Commit b7e75ff

Browse files
authored
ci: fix syntax in generate-templates-matrix.js
1 parent 71f84b6 commit b7e75ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/generate-templates-matrix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const isCron = process.argv[2] === ("schedule" || "workflow_dispatch");
1+
const isCron = process.argv[2] === "schedule" || process.argv[2] === "workflow_dispatch";
22

33
const changedFilesStr = process.argv[3];
44
const changedFiles = changedFilesStr.split(",");

0 commit comments

Comments
 (0)