From 171d039e727fe7e97346940cea126f9b355f1659 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Mon, 14 Nov 2022 10:01:23 -0500 Subject: [PATCH] Update list of files for deploy-proxy to watch in demo --- .github/workflows/deploy-demo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 592228422..ac800562b 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -70,7 +70,10 @@ jobs: id: changed-egress-config uses: tj-actions/changed-files@v34 with: - files: deploy-config/egress_proxy/notify-api-demo.*.acl + files: | + deploy-config/egress_proxy/notify-api-demo.*.acl + .github/actions/deploy-proxy/action.yml + .github/workflows/deploy-demo.yml - name: Deploy egress proxy if: steps.changed-egress-config.outputs.any_changed == 'true' uses: ./.github/actions/deploy-proxy