Skip to content

Commit

Permalink
[actions] remove redundant finisher; use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 10, 2024
1 parent 464a9e3 commit d114ee8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node-aught.yml
Expand Up @@ -10,10 +10,3 @@ jobs:
type: minors
command: npm run tests-only
skip-ls-check: false

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

node:
name: 'node: harmony'
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 d114ee8

Please sign in to comment.