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 11, 2024
1 parent 4554bc5 commit de06946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ 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'
skip-ls-check: true
7 changes: 0 additions & 7 deletions .github/workflows/node-tens.yml
Original file line number Diff line number Diff line change
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 de06946

Please sign in to comment.