diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8333538..55a3d8f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,7 @@ name: Deploy to EC2 on: workflow_run: - workflows: [Automatic Testing, Code formatting] + workflows: [Automatic Testing] types: - completed branches: diff --git a/.github/workflows/node-ci.yaml b/.github/workflows/node-ci.yaml index 09220d5..bfa5861 100644 --- a/.github/workflows/node-ci.yaml +++ b/.github/workflows/node-ci.yaml @@ -4,10 +4,10 @@ name: Automatic Testing on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + workflow_run: + workflows: [Code formatting] + types: + - completed jobs: test: