Skip to content

Commit 93ee8a9

Browse files
authored
chore: disable concurrency build (#78)
* chore: disable concurrency build * chore: disable concurrency build
1 parent 3365560 commit 93ee8a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515
- '.github/workflows/CI.yml'
1616
workflow_dispatch:
1717

18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}
20-
cancel-in-progress: true
21-
18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }}
20+
cancel-in-progress: true
2221

2322
jobs:
2423
build:

0 commit comments

Comments
 (0)