Skip to content

Commit

Permalink
chore: disable concurrency build (#78)
Browse files Browse the repository at this point in the history
* chore: disable concurrency build

* chore: disable concurrency build
  • Loading branch information
shenxianpeng committed Mar 13, 2024
1 parent 3365560 commit 93ee8a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ on:
- '.github/workflows/CI.yml'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 93ee8a9

Please sign in to comment.