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 58691b9 commit 60dcd22
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
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
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test-intellij.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: Test IntelliJ

on:
pull_request:
Expand All @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
test-intellij:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-tabby-ui.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: Test Tabby UI

on:
pull_request:
Expand All @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
test-tabby-ui:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: Test Rust

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ env:
RUST_TOOLCHAIN: 1.73.0

jobs:
test-rust:
tests:
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: true
Expand Down

0 comments on commit 60dcd22

Please sign in to comment.