diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7e90704..6861860 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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: