File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
/* For the `eslint` rules of this project, consult the main repository at https://github.com/stdlib-js/stdlib */
Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 2
2
3
3
> Package changelog.
4
4
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.
You can’t perform that action at this time.
0 commit comments