Skip to content

Commit 37a4758

Browse files
committed
[actions] remove redundant finisher
1 parent 4af5a90 commit 37a4758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-aught.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
needs: [tests]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- run: 'echo tests completed'
18+
- run: true

.github/workflows/node-tens.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
needs: [tests]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- run: 'echo tests completed'
18+
- run: true

0 commit comments

Comments
 (0)