From 99dd5429233fd18915d47f4e492ce5decc11a5ff Mon Sep 17 00:00:00 2001 From: Rick Spurgeon Date: Mon, 21 Dec 2020 09:31:25 -0600 Subject: [PATCH] GH-68: task: only run test orders-service (#69) when changes occur in the proper directory --- .github/workflows/test-orders-service.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-orders-service.yaml b/.github/workflows/test-orders-service.yaml index bd27a95c..11f5f41a 100644 --- a/.github/workflows/test-orders-service.yaml +++ b/.github/workflows/test-orders-service.yaml @@ -4,11 +4,6 @@ name: Test orders-service on: - push: - # Testing is executed in the release job on push to master - # branches: [ master ] - # paths: - # - 'apps/microservices-orders/orders-service/**' pull_request: branches: [ master ] paths: