Update .github/workflows/node.js.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user