Update .github/workflows/node.js.yml
Docker Deployment / docker (push) Failing after 20s

This commit is contained in:
2026-05-20 05:37:36 +00:00
parent bc41ef00de
commit d9b5d8cbcf
+6 -4
View File
@@ -4,16 +4,18 @@
name: Node.js CI Test
on:
push:
branches:
- "*"
workflow_run:
workflows: ["Node.js CI Test"]
types:
- completed
pull_request:
branches:
- "*"
jobs:
build:
docker:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps: