Skip to content

Commit 1d04cd9

Browse files
authored
fix(project): update smoke test pkg name (#118)
## What <!-- Brief description of the changes --> ## Why <!-- Motivation and context --> ## PR title format <!-- PR titles must follow Conventional Commits: <type>(<scope>): <description> Types: feat | fix | docs | style | refactor | perf | test | build | ci | chore | revert Scopes: sdk | acp | claude | examples | deps | project Examples: feat(sdk): add reconnect support fix(acp): handle timeout on long-running tasks docs(claude): update connection examples deps(sdk): bump @runloop/api-client to 1.5.0 ci(project): add PR title validation workflow --> ## Checklist - [ ] PR title follows `<type>(<scope>): <description>` format (see above) - [ ] `bun run check` passes (lint + format) - [ ] `bun run build` passes - [ ] `bun run test` passes - [ ] SDK documentation updated (if applicable)
1 parent 91174e4 commit 1d04cd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
sha: context.payload.pull_request.head.sha,
2424
state: 'pending',
2525
context: 'smoke-tests',
26-
description: 'Smoke tests running in agent-axon-client-smoke-tests…',
27-
target_url: 'https://github.com/runloopai/agent-axon-client-smoke-tests/actions'
26+
description: 'Smoke tests running in remote-agents-sdk-smoke-tests…',
27+
target_url: 'https://github.com/runloopai/remote-agents-sdk-smoke-tests/actions'
2828
});
2929
3030
- name: Trigger smoke tests
3131
uses: peter-evans/repository-dispatch@v3
3232
with:
3333
token: ${{ secrets.SMOKE_TEST_PAT }}
34-
repository: runloopai/agent-axon-client-smoke-tests
34+
repository: runloopai/remote-agents-sdk-smoke-tests
3535
event-type: smoke-test
3636
client-payload: >-
3737
{

0 commit comments

Comments
 (0)