This is an automated email from the ASF dual-hosted git repository. harishgokul01 pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit 967f0d2529ef38b54751d94ab141f22e14779cd4 Author: harish876 <[email protected]> AuthorDate: Tue Jan 20 00:19:44 2026 +0000 update workflow --- .github/workflows/deploy-ecosystem.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-ecosystem.yml b/.github/workflows/deploy-ecosystem.yml index e4d0be89..1a5fd67e 100644 --- a/.github/workflows/deploy-ecosystem.yml +++ b/.github/workflows/deploy-ecosystem.yml @@ -103,6 +103,7 @@ jobs: return; } } + // Get changed files (only for push events) let changedFiles = []; if ('${{ github.event_name }}' === 'push') {
