Skip to content

Commit 6891a9e

Browse files
committed
Auto-generated commit
1 parent a379105 commit 6891a9e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
/* For the `eslint` rules of this project, consult the main repository at https://github.com/stdlib-js/stdlib */

.github/workflows/cancel.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Cancel Previous Runs
2+
3+
on: push
4+
5+
jobs:
6+
cancel:
7+
runs-on: ubuntu-latest
8+
timeout-minutes: 3
9+
steps:
10+
- uses: styfle/cancel-workflow-action@0.9.0
11+
with:
12+
workflow_id: >-
13+
benchmark.yml,
14+
examples.yml,
15+
test.yml,
16+
test_coverage.yml,
17+
test_install.yml,
18+
publish.yml
19+
access_token: ${{ github.token }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/ndarray/ctor/releases) for the changelog.
5+
See [GitHub Releases](https://github.com/stdlib-js/ndarray-ctor/releases) for the changelog.

0 commit comments

Comments
 (0)