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

Commit 1484eac

Browse files
feat: build for release
1 parent 1f50825 commit 1484eac

File tree

24 files changed

+123
-107
lines changed

24 files changed

+123
-107
lines changed

build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-workflow","sha":"1a9496cc87df352b6b9e1ac17f95b433e1941651","ref":"refs/tags/test/v1.7.2.586085539","tagName":"test/v1.7.2.586085539","branch":"gh-actions","tags":["test/v1.7.2.586085539","test/v1.7.2","test/v1.7","test/v1"],"updated_at":"2021-02-21T09:11:22.110Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-workflow","sha":"2eceddd0602247574a3b22da06ffab278a8aef66","ref":"refs/tags/v1.7.2","tagName":"v1.7.2","branch":"gh-actions","tags":["v1.7.2","v1.7","v1"],"updated_at":"2021-02-26T06:38:20.738Z"}

lib/utils/workflow.js

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const getWorkflowRuns = async (workflowId, logger, octokit, context) => {
2828
...context.repo,
2929
'workflow_id': workflowId,
3030
status: 'in_progress',
31+
// not work properly sometimes so filter by program
32+
// event: context.eventName,
3133
};
3234
const branch = await misc_1.getTargetBranch(context);
3335
logger.log('target event: %s', logger.c(context.eventName, { color: 'green' }));

node_modules/.yarn-integrity

+96-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-node/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-node/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-types/generated/types.d.ts

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-types/version.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-web/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/dist-web/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/openapi-types/package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-node/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-src/VERSION.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-types/VERSION.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-web/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)