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 name: Node.js CI Test
on: on:
push: workflow_run:
branches: workflows: ["Node.js CI Test"]
- "*" types:
- completed
pull_request: pull_request:
branches: branches:
- "*" - "*"
jobs: jobs:
build: docker:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: