Update list of files for deploy-proxy to watch in demo

This commit is contained in:
Ryan Ahearn
2022-11-14 10:01:23 -05:00
parent fb0fbb984e
commit 171d039e72

View File

@@ -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