From 3dcee2ef5de12dfcb092e52887c72d7e8c5f441c Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Thu, 29 Jan 2026 10:08:14 -0500 Subject: [PATCH] Fix DDG build action file list (#18390) * Fix file list * Add ddg-alert-files-list branch to test PR triggers * Update branches for pull request trigger Restrict pull request monitoring to the main branch only. --- .github/workflows/alert-ddg-files-modified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alert-ddg-files-modified.yml b/.github/workflows/alert-ddg-files-modified.yml index 35eb0515c10..49918563644 100644 --- a/.github/workflows/alert-ddg-files-modified.yml +++ b/.github/workflows/alert-ddg-files-modified.yml @@ -73,7 +73,7 @@ jobs: _MONITORED_FILES: ${{ steps.changed-files.outputs.monitored_files }} with: script: | - const changedFiles = `$_MONITORED_FILES`.split(' ').filter(file => file.trim() !== ''); + const changedFiles = process.env._MONITORED_FILES.split(' ').filter(file => file.trim() !== ''); const message = ` ⚠️🦆 **DuckDuckGo Integration files have been modified in this PR:**