Skip to content

Commit dc302eb

Browse files
committed
ci fixed
1 parent 008327d commit dc302eb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- '*'
1010
env:
1111
FORCE_COLOR: 1
12-
concurrency:
13-
group: ${{ github.head_ref || github.run_id }}
14-
cancel-in-progress: true
1512
jobs:
1613
verify-version:
1714
if: startsWith(github.ref, 'refs/tags/')
@@ -41,6 +38,7 @@ jobs:
4138
echo "Version match verified!"
4239
4340
build:
41+
needs: [verify-version]
4442
runs-on: ${{ matrix.os }}
4543
strategy:
4644
fail-fast: false
@@ -152,6 +150,7 @@ jobs:
152150
if: matrix.node == 24 && startsWith(github.ref, 'refs/tags/')
153151

154152
build-musl:
153+
needs: [verify-version]
155154
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
156155
strategy:
157156
fail-fast: false

0 commit comments

Comments
 (0)