From d37542e96cf6f5a7d212a9ee3ac1b7988327256c Mon Sep 17 00:00:00 2001 From: eric-wang-1990 Date: Fri, 24 Jul 2026 00:04:55 -0700 Subject: [PATCH] ci: fix dead driver-test workflow link in dispatch comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Node.js integration tests triggered" PR comment linked to databricks-nodejs-integration-tests.yml, which does not exist (404) — the receiver file is databricks-sql-nodejs-integration-tests.yml. Point to the correct workflow and note that the authoritative result is the "Node.js Integration Tests" check posted back on the PR. Co-authored-by: Isaac --- .github/workflows/trigger-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-integration-tests.yml b/.github/workflows/trigger-integration-tests.yml index 16fd1631..c9022b68 100644 --- a/.github/workflows/trigger-integration-tests.yml +++ b/.github/workflows/trigger-integration-tests.yml @@ -207,7 +207,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, - body: 'Node.js integration tests triggered. [View workflow run](https://github.com/databricks/databricks-driver-test/actions/workflows/databricks-nodejs-integration-tests.yml).' + body: 'Node.js integration tests triggered. [View workflow runs](https://github.com/databricks/databricks-driver-test/actions/workflows/databricks-sql-nodejs-integration-tests.yml). The result posts back here as the "Node.js Integration Tests" check.' }); merge-queue-nodejs: