From 3af3303bec40bd6c2540208b544a580afcd583f9 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Thu, 19 Jun 2025 11:25:57 +0000 Subject: [PATCH] Fix `elastio-deployment-cloudformation` artifacts upload on change --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e64113..6499ead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: elastio-s3-changelog: "${{ steps.filter.outputs.elastio-s3-changelog }}" elastio-nat-provision-lambda: "${{ steps.filter.outputs.elastio-nat-provision-lambda }}" inventory-collector: "${{ steps.filter.outputs.inventory-collector }}" + elastio-deployment-cloudformation: "${{ steps.filter.outputs.elastio-deployment-cloudformation }}" steps: - name: Checkout repository uses: actions/checkout@v4