Skip to content

Commit c6b2eef

Browse files
committed
👷 Fix needs test
1 parent 6bc388b commit c6b2eef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/node.js.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
permissions:
3636
contents: write
3737

38+
needs:
39+
- test
40+
3841
if: failure() && github.event_name != 'merge_group' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'
3942

4043
steps:

0 commit comments

Comments
 (0)