Skip to content

Commit cd5b8fc

Browse files
committed
[actions] remove redundant finisher
1 parent bf576db commit cd5b8fc

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/node-aught.yml

-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range: '< 10'
1010
type: minors
1111
command: npm run tests-only
12-
13-
node:
14-
name: 'node < 10'
15-
needs: [tests]
16-
runs-on: ubuntu-latest
17-
steps:
18-
- run: 'echo tests completed'

.github/workflows/node-tens.yml

-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range: '>= 10'
1010
type: minors
1111
command: npm run tests-only
12-
13-
node:
14-
name: 'node >= 10'
15-
needs: [tests]
16-
runs-on: ubuntu-latest
17-
steps:
18-
- run: 'echo tests completed'

0 commit comments

Comments
 (0)