Update .github/workflows/node.js.yml
Docker Deployment / docker (push) Successful in 40s
Node.js CI Test / docker (push) Successful in 29s

This commit is contained in:
2026-05-20 14:30:21 +00:00
parent 25b3c97fa0
commit 8ca4579268
+3 -5
View File
@@ -4,10 +4,9 @@
name: Node.js CI Test
on:
workflow_run:
workflows: ["Node.js CI Test"]
types:
- completed
push:
branches:
- "*"
pull_request:
branches:
@@ -15,7 +14,6 @@ on:
jobs:
docker:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps: