Skip to content

Commit 9a31f7a

Browse files
committed
0.7.1
1 parent cec04c3 commit 9a31f7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
fi
4444
build:
4545
if: needs.check-version-in-commit.outputs.should_publish == 'true'
46+
needs:
47+
- check-version-in-commit
4648
strategy:
4749
fail-fast: false
4850
matrix:
@@ -159,6 +161,8 @@ jobs:
159161
runs-on: ubuntu-latest
160162
name: Build FreeBSD
161163
if: needs.check-version-in-commit.outputs.should_publish == 'true'
164+
needs:
165+
- check-version-in-commit
162166
steps:
163167
- uses: actions/checkout@v4
164168
- name: Build

0 commit comments

Comments
 (0)