Skip to content

Commit

Permalink
[actions] remove redundant finisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 14, 2024
1 parent 93c1d12 commit 410e9e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node-aught.yml
Expand Up @@ -9,10 +9,3 @@ jobs:
range: '< 10'
type: minors
command: npm run tests-only

node:
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
7 changes: 0 additions & 7 deletions .github/workflows/node-tens.yml
Expand Up @@ -9,10 +9,3 @@ jobs:
range: '>= 10'
type: minors
command: npm run tests-only

node:
name: 'node >= 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'

0 comments on commit 410e9e4

Please sign in to comment.