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

Commit 06c7fe6

Browse files
feat: build for release
1 parent 1c8e79c commit 06c7fe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.5.1","branch":"gh-actions","tags":["test/v1.5.1","test/v1.5","test/v1"],"updated_at":"2020-10-07T08:45:20.366Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"100fa0247a0eefd1ab19040049ef002f5a9da813","ref":"refs/tags/v1.6.0","tagName":"v1.6.0","branch":"gh-actions","tags":["v1.6.0","v1.6","v1"],"updated_at":"2020-10-07T09:00:29.377Z"}

lib/utils/workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports.getWorkflowRuns = (workflowId, logger, octokit, context) => __awaiter(vo
4040
// TODO: remove ts-ignore after fixed types (https://github.com/octokit/types.ts/issues/122)
4141
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4242
// @ts-ignore
43-
options)).map(run => run).filter(misc_1.isNotExcludeRun).filter(run => run.event === context.eventName);
43+
options)).map(run => run).filter(run => run.event === context.eventName).filter(misc_1.isNotExcludeRun);
4444
});
4545
// eslint-disable-next-line @typescript-eslint/no-explicit-any
4646
exports.cancelWorkflowRun = (runId, octokit, context) => __awaiter(void 0, void 0, void 0, function* () {

node_modules/.yarn-integrity

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)