Skip to content

Commit 518d4f3

Browse files
ai: apply changes for #882 (1 review thread)
Addresses: - #3654417922 at .github/workflows/trigger-integration-tests.yml:366 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 6f26bf4 commit 518d4f3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,14 @@ jobs:
365365
app-id: ${{ secrets.INTEGRATION_TEST_APP_ID }}
366366
private-key: ${{ secrets.INTEGRATION_TEST_PRIVATE_KEY }}
367367
owner: databricks
368-
repositories: databricks-driver-test
368+
# Two repos: dispatch targets databricks-driver-test, while the
369+
# auto-pass / dispatch-failure steps post the pinned check-run onto
370+
# THIS repo (context.repo == databricks-sql-python in a merge_group
371+
# run). A token scoped to driver-test alone 403s on those
372+
# checks.create calls, leaving the required gate unposted.
373+
repositories: |
374+
databricks-driver-test
375+
databricks-sql-python
369376
370377
- name: Check if driver files changed
371378
id: changed

0 commit comments

Comments
 (0)