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 60dcd22 commit f37a574
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Test tabby-agent
name: Test Tabby Agent

on:
push:
branches: [ main ]
paths:
- '.github/workflows/tabby-agent-test.yml'
- 'package.json'
- 'yarn.lock'
- 'clients/tabby-agent/**'
pull_request:
branches: [ main ]
paths:
Expand All @@ -16,8 +9,14 @@ on:
- 'yarn.lock'
- 'clients/tabby-agent/**'

concurrency:
group: ${{ github.workflow_ref }}-${{ github.head_ref || github.ref_name }}

# If this is enabled it will cancel current running and start latest
cancel-in-progress: true

jobs:
test:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Test VSCode Extension

on:
push:
branches: [ main ]
paths:
- '.github/workflows/vscode-test.yml'
- 'package.json'
- 'yarn.lock'
- 'clients/tabby-agent/**'
- 'clients/vscode/**'
pull_request:
branches: [ main ]
paths:
Expand All @@ -18,8 +10,14 @@ on:
- 'clients/tabby-agent/**'
- 'clients/vscode/**'

concurrency:
group: ${{ github.workflow_ref }}-${{ github.head_ref || github.ref_name }}

# If this is enabled it will cancel current running and start latest
cancel-in-progress: true

jobs:
test:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f37a574

Please sign in to comment.