Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit a137957

Browse files
feat: build for release
1 parent d2aff6b commit a137957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"945d786d088234589c27fea676265f54782d9a57","ref":"refs/tags/v1.2.0","tagName":"v1.2.0","branch":"releases/v1","tags":["v1.2.0","v1.2","v1"],"updated_at":"2020-03-11T16:14:53.455Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"0d23f18b4b9e23df0e9a3b5f6ac2b5cd182f2c06","ref":"refs/tags/v1.2.1","tagName":"v1.2.1","branch":"releases/v1","tags":["v1.2.1","v1.2","v1"],"updated_at":"2020-03-11T16:32:16.194Z"}

lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const misc_1 = require("./utils/misc");
1313
const workflow_1 = require("./utils/workflow");
1414
exports.execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0, function* () {
1515
if (misc_1.isExcludeContext(context)) {
16-
logger.info('This is merge push.');
16+
logger.info('This is not target context.');
1717
return;
1818
}
1919
const runId = misc_1.getRunId();

0 commit comments

Comments
 (0)