ci: fix dead driver-test workflow link in dispatch comment#460
Closed
eric-wang-1990 wants to merge 1 commit into
Closed
ci: fix dead driver-test workflow link in dispatch comment#460eric-wang-1990 wants to merge 1 commit into
eric-wang-1990 wants to merge 1 commit into
Conversation
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
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
Author
|
Folded into #459 (same file, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The cross-repo dispatch sender comments "Node.js integration tests triggered" on the PR with a link to the driver-test receiver workflow. The link pointed to
databricks-nodejs-integration-tests.yml, which does not exist (404) — the actual receiver file isdatabricks-sql-nodejs-integration-tests.yml(missingsql-).Fixed the filename and clarified that the authoritative result is the "Node.js Integration Tests" check posted back on the PR (whose
details_urllinks the specific driver-test run — the sender can't link the run directly sincerepository_dispatchreturns no run ID).Test Plan
databricks-sql-nodejs-integration-tests.ymlresolves 200 on driver-testmaindatabricks-nodejs-integration-tests.ymlreference remainsThis pull request and its description were written by Isaac.