Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Nov 28, 2023
1 parent f37a574 commit f99c28b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'
- '.github/workflows/test.yml'
- '.github/workflows/test-rust.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tabby-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
paths:
- '.github/workflows/tabby-agent-test.yml'
- '.github/workflows/test-tabby-agent.yml'
- 'package.json'
- 'yarn.lock'
- 'clients/tabby-agent/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
paths:
- '.github/workflows/vscode-test.yml'
- '.github/workflows/test-vscode.yml'
- 'package.json'
- 'yarn.lock'
- 'clients/tabby-agent/**'
Expand Down

0 comments on commit f99c28b

Please sign in to comment.