Skip to content

Commit 4d0821f

Browse files
Temporarily point to PR branch for testing
Will switch back to main after eng-dev-ecosystem PR is merged. Co-authored-by: Isaac
1 parent 3cf6d9b commit 4d0821f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
gh workflow run cli-claude-code.yml \
4242
-R databricks-eng/eng-dev-ecosystem \
43-
--ref main \
43+
--ref add-claude-code-workflow \
4444
-F pull_request_number=${{ github.event.pull_request.number }} \
4545
-F event_type=review
4646
env:
@@ -87,7 +87,7 @@ jobs:
8787
owner: 'databricks-eng',
8888
repo: 'eng-dev-ecosystem',
8989
workflow_id: 'cli-claude-code.yml',
90-
ref: 'main',
90+
ref: 'add-claude-code-workflow',
9191
inputs: {
9292
pull_request_number: '${{ steps.pr.outputs.number }}',
9393
event_type: 'assist',

0 commit comments

Comments
 (0)