Skip to content

Commit dabdb86

Browse files
ci: fix dead driver-test workflow link in dispatch comment
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
1 parent ee38c13 commit dabdb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
owner: context.repo.owner,
209209
repo: context.repo.repo,
210210
issue_number: context.issue.number,
211-
body: 'Node.js integration tests triggered. [View workflow run](https://github.com/databricks/databricks-driver-test/actions/workflows/databricks-nodejs-integration-tests.yml).'
211+
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.'
212212
});
213213
214214
merge-queue-nodejs:

0 commit comments

Comments
 (0)